PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : ftp-funktionen



cq
27-05-2001, 20:12
Hallo,
ich habe da ein kleines Problem:
wollte mal diese FTP-funktionen von PHP ausprobieren. Ich bekomme aber bei ftp_connent immer folgenden Fehler:
Fatal error: Call to undefined function: ftp_connect() in /usr/local/httpd/htdocs/ftp.php on line 9
Ich nehme mal an, dass das irgnedwie auf meinem Server nicht aktiviert ist. Wie mach ich das ? (SuSE 7, Apache, PHP v4.0.0)

MFG
cq

tHe_JaNuS
28-05-2001, 02:29
PHP neu kompilieren mit "--enable-ftp"

cq
28-05-2001, 16:11
Hi
...hmmm ich bin doch´n böser Newbie und hab mein PHP nur mit "anklicken" in yast installiert (ging mal relativ einfach im vergleich zu windoof....) wie kompilier ich denn das neu ?

...cq

rbla
28-05-2001, 17:18
src.rpm installieren
spec file anpassen (in /usr/src/packages/SPEC)
kompilieren (rpm -bb php...spec)
installieren (rpm -Uhv /usr/src/packages/RPMS/i386/php...spec --replacepkgs)