SAPRFC - configure: error: Cannot find php-config. Please use--with-php-config=PATH
Hallo,
ich bekomme immer einen Fehler, wenn ich die Schnittstelle compilieren
möchte.
configure: error: Cannot find php-config. Please use --with-php-
config=PATH
Das PHP5 habe ich vorher mit
box:/tmp/php-5.2.5# ./configure
--prefix=/usr/local/php-5.2.5
--enable-memory-limit
--disable-debug
--with-regex=php
--with-layout=GNU
--with-pic
--disable-static
--with-pear=/usr/share/php
--enable-calendar
--enable-sysvsem
--enable-sysvshm
--enable-sysvmsg
--enable-track-vars
--enable-trans-sid
--enable-bcmath
--enable-ctype
--with-db4
--with-iconv
--enable-exif
--enable-filepro
--enable-ftp
--with-gettext
--enable-mbstring
--enable-shmop
--enable-sockets
--enable-wddx
--enable-xml
--with-xmlrpc
--enable-yp
--with-zlib
--without-pgsql
--with-openssl=/usr
--with-zip=/usr
--enable-dbx
--with-mime-magic=/usr/share/misc/file/magic.mime
--with-imap=/usr/local/imap-2006
--enable-force-cgi-redirect
--with-sqlite
--with-mysql
--with-php-config=/tmp/php5/scripts/php-config
kompiliert.
vielen Dank im voraus
|