compiling php 4.3.4 on solaris 8 mysql

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tony

    compiling php 4.3.4 on solaris 8 mysql

    Exact output is:
    ld: fatal: file /opt/sfw/mysql/lib/mysql/.libs/libmysqlclient. so: open
    failed: No such file or directory
    ld: fatal: File processing errors. No output written to
    ..libs/libphp4.so

    Again, why is it lokking for the MySQL client library in ".libs" ?


    Previous Comments:
    ------------------------------------------------------------------------

    [2003-02-06 21:15:54] allen012@attbi. com

    Environment: Gnu installation (GCC, MySQL, etc) from Solaris 8
    Companion CD, Apache 2.0.44, PHP 4.3.0, MySQL 3.23
    Apache compiled and runs fine in the environment.

    PHP: ./configure --with-mysql=/opt/sfw/mysql
    --with-apxs2=/usr/local/apache2/bin/apxs

    PHP configure runs fine, and the build works up to link. It then fails
    with:
    Cannot find /opt/sfw/mysql/lib/mysql/.lib/libmysqlclient. so

    Where is the ".lib" coming from?
    The link also indicates that it has failed to create .lib/libphp4.so
    Again - what gives with the ".lib"?


    Any idea whats is going on?


Working...