Title: Make install error

I get the following error when I do make install:

libtool: install: error: cannot install `libphp5.la' to a directory not ending in /var/tmp/php-5.0.4/libs. My compile looks like this:

./configure \
  --with-apxs2=/usr/local/apache2/bin/apxs \
  --with-mysql=/opt/sfw/mysql \
   --with-sqlite \
  --enable-sqlite-utf8 \
  --with-zlib \
  --with-zlib-dir \
  --with-bz2 \
  --with-gd \
  --enable-gd \
  --enable-gd-native-ttf \
  --with-jpeg-dir=/usr/local \
  --with-png-dir=/usr/local \
  --with-ttf \
    --with-iconv=/usr/local \
  --with-curl=/usr/local \
  --enable-track-vars \
  --with-gettext \
  --with-config-file-path=/usr/local/apache2/conf \
  --enable-trans-id \
  --enable-ftp \
  --enable-mbstring \
  --with-openssl=/usr/local

Any help would be appreciated.

Thanks

Reply via email to