[PHP-DEV] Bug #301: PHP3 Apache Module won't compile From: gte904e <email protected>
Date: 04/22/98

From: gte904e <email protected>
Operating system: Linux 2.0.x
PHP version: 3.0 Release Candidate 4
PHP Bug Type: Compile Failure
Bug description:
ld -o libphp3.so mod_php3.so-o libmodphp3-so.a -L. -lgdbm
-lm -ldl -lcrypt -L/usr/local/pgsql/lib -lpq -lm -lcrypt
-lgdbm -lm -ldl -lcrypt -L/usr/local/pgsql/lib -lpq

Causes a *lot* of undefined references. Adding -lphp3 to the
link doesn't help because that lib doesn't exist anywhere.
This only happens with the shared module. Static builds
fine.