On 2001-07-26, ABrady wrote:

>>
>> Hey list readers,
>>
>> I have a fresh install of RH including MySQL and Apache (default rpm).
>> Now I would like to compile PHP to support them.
>> I did this:
>> ./configure --with-apache-config=/etc/httpd --with-mysql=/where?
>>   ^^^^^^
>> Can you point where to tell php to recognize the mysql which is installed
>> by RH default rpm ? or What can I do else ?
>>
>> Thanks in advance.
>
>rpm -ql MySQL
>
>should give a list of files and show where they reside. You might have to
>pipe it to more or less (rpm -ql MySQL | less) to get the actual location,
>because sometimes the last thing listed are the docs, and that isn't what
>you want.

rpm -ql mysql-devel | less

shows that headers' root is /usr/include/mysql and library's root
is /usr/lib/mysql

But why does a newbie want to recompile PHP if everything is there
and working?




_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to