APXS fehlt beim Update auf php-4-3-1

Bash, Shell, PHP, Python, Perl, CGI
Post Reply
thiefmaster
Posts: 59
Joined: 2002-08-31 19:15
Contact:
 

APXS fehlt beim Update auf php-4-3-1

Post by thiefmaster »

Scheinbar ist auf meinem Server apxs nicht vorhanden. :(
Wie/Wo kann das das bekommen, ohne dass ich den Apachen neu compilieren muss?

PS: Das configure ist doch so in Ordnung, oder?

Code: Select all

./configure 
--prefix=/usr/share 
--bindir=/usr/bin 
--libdir=/usr/lib 
--datadir=/usr/share/php 
--includedir=/usr/include 
--with-apxs=/usr/sbin/apxs 
--enable-force-cgi-redirect 
--with-config-file-path=/etc 
--with-openssl 
--with-zlib 
--enable-bcmath 
--with-bz2 
--enable-calendar 
--with-crack 
--with-curl 
--enable-exif 
--enable-ftp 
--with-gd 
--enable-gd-native-ttf 
--with-gettext 
--with-iconv 
--with-imap 
--enable-mbstring 
--enable-mbregex 
--with-mcal 
--with-mcrypt 
--with-mhash 
--with-ming 
--with-mysql 
--with-ncurses 
--with-pdflib 
--with-readline 
--enable-shmop 
--with-swf 
--enable-sysvsem 
--enable-sysvshm 
--enable-wddx
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: APXS fehlt beim Update auf php-4-3-1

Post by captaincrunch »

Installier mal das Apache-devel-Paket ...
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
thiefmaster
Posts: 59
Joined: 2002-08-31 19:15
Contact:
 

Re: APXS fehlt beim Update auf php-4-3-1

Post by thiefmaster »

funktioniert :)
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: APXS fehlt beim Update auf php-4-3-1

Post by captaincrunch »

Wäre u.U. mit der Boardsuche sogar noch schneller gegangen ... :wink:
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
Post Reply