I'm attempting to get RequestTracker running on OS X. I've satisfied all of the dependencies, but now PHP and DBI conflict because Apple's PHP module uses the internal MySQL client code.
<http://nntp.x.perl.org/group/perl.macosx/2476>
I've been trying to compile and install my own PHP module with the external MySQL libraries... The compilation process works fine, but when I attempt to start or restart Apache I get the following errors:
configure line:
./configure --with-mysql=/usr/local --with-gdbm --with-apxs=/usr/sbin/apxs --disable-pear
[iw2:/usr/libexec/httpd] root# apachectl configtest Syntax OK dyld: /usr/sbin/httpd Undefined symbols: _getopt _optarg /usr/sbin/apachectl: line 184: 2662 Trace/BPT trap $HTTPD -t
getopt and getarg are from libc if I am correct. I could not find any information on this issue via Google. Does anyone know how to fix this problem?
Thanks, Andy
---------------------------------------------------------------- / Andrew J. Erickson | [EMAIL PROTECTED] \ \ http://eajconsulting.com/andrew/ | [EMAIL PROTECTED] / -----------------------------------------------------------------