[PHP-DEV] Bug #308: Small error when linking with MySQL & Apache From: a.vanerven <email protected>
Date: 04/24/98

From: a.vanerven <email protected>
Operating system: SCO OpenServer 5.0.4C
PHP version: 3.0 Release Candidate 4
PHP Bug Type: MySQL related
Bug description:
When you'd like to link Apache httpd with PHP-3.0C3-C4,
the Makefile produced by Apache will place the
-lmysqlclient - option AFTER the -lsocket option.
This produces the following error when linking httpd:
"getservbyname" first referenced in modules/php3/modphp3.
You can resolve this by putting -lsocket AFTER
-lmysqlclient.

Best regards,

Aart