Re: Location of header files - RPM

2002-05-23 Thread Jim Philips
The quick way to answer this question is to go to the directory where you have the rpm (if you still have it) and run the following command: rpm -qpi -l MySQL-3.23.49a-1.i386.rpm This will give ytou the details on where everything has been installed. On Thursday 23 May 2002 11:46 am, Carl Carp

Re: Location of header files - RPM

2002-05-23 Thread Georg Richter
On Thursday, 23. May 2002 17:46, Carl Carpenter wrote: Hi, > > From the php-4.2.1 directory, enter: > > ./configure --with-mysql=/usr/share/mysql --with-xml > --with-apache=/usr/loca l/src/apache_1.3.23/ --enable-track-vars > --enable-ftp > You don't need the configure option --with-mys

Location of header files - RPM

2002-05-23 Thread Carl Carpenter
>Description: Installed MySQL-3.23.49a-1.i386.rpm and the client. Then tried to install PHP which needs path to header files. From what I can determine from your website documentation, the header files should be in an include directory. There is no include directories under mysql. >How