Hia!
I'm installing GlobeCom's mp3 Juke on one of my boxes and got a little problem.... can't connetc to MySQL.
phpinfo tell me that I got gd and MySQL support
if I run it from the command line, but if I call the
same script from apache, I don't. What am I missing here? It seems to me that when I call the script from
apache it won't pick up my /etc/php.ini.
I got this in my php.ini:
extension=gd.so
extension=mysql.so
and all the php stuff in httpd.conf...
and I'm running
Linux foo.bar.com 2.4.3-20mdk #1 Sun Apr 15 23:03:10 CEST 2001 i686 unknown
php 4.0.6
Apache-AdvancedExtranetServer/1.3.19 (Linux-Mandrake/3mdk)
php-mysql-4.0.6-3mdk
mysql Ver 11.13 Distrib 3.23.36, for pc-linux-gnu (i686)
Do I really have to recompile php? I thought that was not
needed when using php-mysql? I've already been down tht route but failed to compile gd, needed by php.
I've also tried the gd rpm, but that didn't work.
/jvo