php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8375 Undefined Reference
Submitted: 2000-12-22 07:29 UTC Modified: 2001-03-09 21:32 UTC
From: scott at isubmit dot org Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.4 OS: FreeBSD
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: scott at isubmit dot org
New email:
PHP Version: OS:

 

 [2000-12-22 07:29 UTC] scott at isubmit dot org
I configured PHP with-pfpro=(correct signio lib directory). Make and Make Install worked fine.

I switched over to apache, and remade it. When it got to pfpro, I got this:

modules/php4/libphp4.a(pfpro.o): In function `php_rshutdown_pfpro':
/usr/local/etc/php-4.0.4/ext/pfpro/pfpro.c(.text+0x58): undefined reference to `
PNCleanup'
modules/php4/libphp4.a(pfpro.o): In function `php_info_pfpro':
/usr/local/etc/php-4.0.4/ext/pfpro/pfpro.c(.text+0x87): undefined reference to `
PNVersion'
modules/php4/libphp4.a(pfpro.o): In function `php_if_pfpro_version':
/usr/local/etc/php-4.0.4/ext/pfpro/pfpro.c(.text+0xc9): undefined reference to `
PNVersion'
modules/php4/libphp4.a(pfpro.o): In function `php_if_pfpro_init':
/usr/local/etc/php-4.0.4/ext/pfpro/pfpro.c(.text+0x115): undefined reference to
`PNInit'
modules/php4/libphp4.a(pfpro.o): In function `php_if_pfpro_cleanup':
/usr/local/etc/php-4.0.4/ext/pfpro/pfpro.c(.text+0x149): undefined reference to
`PNCleanup'
modules/php4/libphp4.a(pfpro.o): In function `php_if_pfpro_process_raw':
/usr/local/etc/php-4.0.4/ext/pfpro/pfpro.c(.text+0x80b): undefined reference to
`PNInit'
/usr/local/etc/php-4.0.4/ext/pfpro/pfpro.c(.text+0x862): undefined reference to
`ProcessPNTransaction'
modules/php4/libphp4.a(pfpro.o): In function `php_if_pfpro_process':
/usr/local/etc/php-4.0.4/ext/pfpro/pfpro.c(.text+0x127c): undefined reference to
 `PNInit'
/usr/local/etc/php-4.0.4/ext/pfpro/pfpro.c(.text+0x12ce): undefined reference to
 `ProcessPNTransaction'
*** Error code 1

Stop in /usr/local/etc/apache_1.3.14/src.
*** Error code 1

Stop in /usr/local/etc/apache_1.3.14.
*** Error code 1

Stop in /usr/local/etc/apache_1.3.14.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-04 13:11 UTC] sniper@php.net
What was the full configure line used?
Did you follow the instructions in INSTALL file?
Try doing 'make clean ; make depend' after configure.

--Jani
 [2001-03-09 21:32 UTC] sniper@php.net
No feedback, not enough info, closed.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 13:01:27 2024 UTC