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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
33 - 20 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 17:01:29 2024 UTC