php update 4.3.6 geht ned

Apache, Lighttpd, nginx, Cherokee
Post Reply
goelliboy
Posts: 19
Joined: 2003-08-24 16:35
 

php update 4.3.6 geht ned

Post by goelliboy »

hi

ich mache den php update mit dieser anleitung:
http://www.rootforum.org/forum/viewtopic.php?t=10222

aber bei dem befehl:

Code: Select all

./configure --prefix=/usr/share --datadir=/usr/share/php --bindir=/usr/bin --libdir=/usr/share --includedir=/usr/include --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-memory-limit --enable-safe-mode --enable-shmop --enable-sigchild --enable-sysvsem --enable-sysvshm --enable-track-vars --enable-trans-sid --enable-versioning --enable-wddx --with-bz2 --with-dom=/usr/include/libxml2 --with-ftp --with-gdbm --with-gettext --with-gmp --with-imap --with-jpeg-dir=/usr --with-ldap --with-mcal=/usr --with-mcrypt --enable-yp --with-mysql=/usr --with-ndbm --with-pgsql=/usr --with-png-dir=/usr --with-snmp --with-t1lib --with-tiff-dir=/usr --with-ttf --with-freetype-dir --with-xml --with-swf=/usr/include/swf --with-xpm-dir=/usr/X11R6 --with-zlib --with-gd --with-openssl --with-curl --with-imap-ssl --with-mm --with-apxs=/usr/sbin/apxs i586-suse-linux
kommt irgendwann folgende fehlermeldung:

error: Please reinstall the libcurl distribution -
easy.h should be in <curl-dir>/include/curl/

das programm curl ist installiert, was kann ich tun?
taker
Posts: 71
Joined: 2004-01-25 14:08
 

Re: php update 4.3.6 geht ned

Post by taker »

Wie hast du das Curl installiert? Die Neuste version?

Taker
darkspirit
Posts: 553
Joined: 2002-10-05 16:39
Location: D'dorf
Contact:
 

Re: php update 4.3.6 geht ned

Post by darkspirit »

Curl-Devel installieren oder den Support nicht einkompilieren (brauchst du das überhaupt?).
goelliboy
Posts: 19
Joined: 2003-08-24 16:35
 

Re: php update 4.3.6 geht ned

Post by goelliboy »

kann mir vllt einer nen ganz normalen kopilier befehl dafür schreiben?
darkspirit
Posts: 553
Joined: 2002-10-05 16:39
Location: D'dorf
Contact:
 

Re: php update 4.3.6 geht ned

Post by darkspirit »

Ja: "./configure".
r00ty
Posts: 747
Joined: 2003-03-17 15:32
 

Re: php update 4.3.6 geht ned

Post by r00ty »

nur mal so am rande: bist du dir sicher dass du die 4.3.6 brauchst ?
die 4.3.3 gibts als rpm (siehe faq)
goelliboy
Posts: 19
Joined: 2003-08-24 16:35
 

Re: php update 4.3.6 geht ned

Post by goelliboy »

so ok so weit bin ich, ich ahbe suse 8.1 erstzmal neu installieren lassen (ne höhrere version gibt es da leider nciht)

so nun habe ich diese rpm hier gefunden:
http://ftp.gwdg.de/pub/linux/suse/ftp.s ... /8.1-i386/

so ich habe die nun auf dem server, wie genau bekommt ich dann php zum laufen?
arty
Userprojekt
Userprojekt
Posts: 729
Joined: 2002-06-12 10:11
Contact:
 

Re: php update 4.3.6 geht ned

Post by arty »

Code: Select all

man rpm
bye
arty
r00ty
Posts: 747
Joined: 2003-03-17 15:32
 

Re: php update 4.3.6 geht ned

Post by r00ty »

rpm -Uhv *.rom
Post Reply