> > >However, while ./configuring the lib files, the mysql header files cannot > >be found. > >What directory do I need to enter in the --with-mysql= option? > >Have you installed the package mysql-devel ? >It usually contains the necessary headers...
Thanks, I had to install several other devel packages. Now I've been able to install the libs, the mod and the php package. The next obstacle I ran into is the database configuration. After giving all information to the data ./configure program I run the ./dbinstall. This mentions that my <hostname> cannot connect to the MySQL server (it has no rights). I am not sure if I've given the correct information to the ./configure program. As db-host I want to set localhost (this is what the status command tells me in mysql), but ./configure tells me that localhost doesn't resolve, it does accept the ip-address of the machine (127.0.0.1). I'm not sure what's wrong here, but the databse isn't build. I can see the next problem coming, namely configuring apache, but I'll save that for another time. Wim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
