When making apache, I get the following Payflow Pro errors:
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 toPNInit'
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 toPNCleanup'
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 toPNInit'
/usr/local/etc/php-4.0.4/ext/pfpro/pfpro.c(.text+0x862): undefined reference to
ProcessPNTransaction'
modules/php4/libphp4.a(pfpro.o): In functionphp_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 toProcessPNTransaction'
Yet, in my PHP configure statement I specifically stated which directory the Signio lib was in (--with-pfpro=../signio/freebsd3/lib)
Any ideas?