[ERROR] Update von 4.3.3 auf 4.4.2

Apache, Lighttpd, nginx, Cherokee
Post Reply
schrottie
Posts: 45
Joined: 2003-11-02 22:17
Contact:
 

[ERROR] Update von 4.3.3 auf 4.4.2

Post by schrottie »

Ich habe Folgendes Problem,

wenn ich php-4.4.2 compelieren will bricht ./configure wie folgt ab:
configure:79093: checking for PSPELL support
configure:79789: checking for QtDOM support
configure:80258: checking for c++
configure:80290: checking whether the C++ compiler (c++ -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/lib/qt3/lib -L/usr/lib/qt3/lib) works
configure:80306: c++ -o conftest -Wl,-rpath,/usr/ssl/lib -L/usr/ssl/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/lib/qt3/lib -L/usr/lib/qt3/lib conftest.C -lqt -lpq -liodbc -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lgmp -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -liodbc 1>&5
/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/bin/ld: cannot find -liodbc
collect2: ld returned 1 exit status
configure: failed program was:

#line 80301 "configure"
#include "confdefs.h"

int main(){return(0);}

Die Bibliotheken gcc-c++ (V. 3.3.1) qt3 (V. 3.2.1) sind installiert

Ich rufe es wie folgt auf:
'./configure' '--prefix=/usr/share' '--datadir=/usr/share/php' '--bindir=/usr/bin' '--libdir=/usr/share' '--includedir=/usr/include' '--sysconfdir=/etc' '--with-_lib=lib' '--with-config-file-path=/etc' '--with-exec-dir=/usr/lib/php/bin' '--disable-debug' '--enable-bcmath' '--enable-calendar' '--enable-ctype' '--enable-dbase' '--enable-discard-path' '--enable-exif' '--enable-filepro' '--enable-force-cgi-redirect' '--enable-ftp' '--enable-gd-imgstrttf' '--enable-gd-native-ttf' '--enable-inline-optimization' '--enable-magic-quotes' '--enable-mbstr-enc-trans' '--enable-mbstring' '--enable-mbregex' '--enable-memory-limit' '--enable-safe-mode' '--enable-shmop' '--enable-sigchild' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--enable-versioning' '--enable-wddx' '--enable-yp' '--with-bz2' '--with-dom=/usr/include/libxml2' '--with-ftp' '--with-gdbm' '--with-gettext' '--with-gmp' '--with-iodbc' '--with-jpeg-dir=/usr' '--with-ldap=yes' '--with-mcal=/usr' '--with-mcrypt' '--with-mhash ' '--with-mysql=/usr' '--with-ndbm' '--with-pgsql=/usr' '--with-png-dir=/usr' '--with-readline' '--with-snmp' '--with-t1lib' '--with-tiff-dir=/usr' '--with-ttf' '--with-freetype-dir=yes' '--with-xml' '--with-xpm-dir=/usr/X11R6' '--with-zlib=yes' '--with-qtdom=/usr/lib/qt3' '--with-gd' '--with-openssl' '--with-curl' '--with-imap-ssl' '--with-iconv' '--with-apxs2=/usr/sbin/apxs2'
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: [ERROR] Update von 4.3.3 auf 4.4.2

Post by Joe User »

Benötigst Du (i)ODBC? Benötigst Du den ganzen anderen Müll (dbase,exif,filepro,mbstring,wddx,yp,gettext,ldap,readline,snmp,qt,...)? Nein? Dann passe bitte erst Deinen ./configure-String gemäss Manual an und installiere die zum Kompilieren notwendigen Pakete (siehe Forensuche/Google)...
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Post Reply