Thread php5 als apache2-modul installieren (3 answers)
Opened by supersucker at 2005-10-12 16:50

supersucker
 2005-10-12 19:49
#10245 #10245
User since
2005-03-17
118 Artikel
BenutzerIn
[default_avatar]
ok,

habs jetzt anders gemacht, das klappt aber auch nicht.

hab alles was ich während der fedora-installation mitinstalliert hab wieder deinstalliert also httpd und php.

dann hab ich mich genau an die installationsanleitung im php-manual 5 gehalten unter:

php-manual

das haut (natürlich) auch nicht hin:

nach anleitung:

apache-installation:

Quote
./configure --enable-so
make
make install


klappt, apache 2 lässt sich starten usw...

dann aber die php-installation:

Quote
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql


schon hier hauts nicht hin, krieg wegen

--with-mysql

folgende fehlermeldung:

Code: (dl )
1
2
3
checking for MySQL UNIX socket location... /var/lib/mysql/mysql.sock
configure: error: Cannot find MySQL header files under yes.
Note that the MySQL client library is not bundled anymore.


hab also mit:

Code: (dl )
yum search mysql


alles gesucht was irgendwie mit mysql zu tun hat und installiert, hat nichts gebracht...

hab dann versucht es ohne mysql zu machen:

Code: (dl )
./configure --with-apxs2=/usr/local/apache2/bin/apxs


das läuft durch ohne fehlermeldung, mache ich dann aber ein

make

erhalte ich:

Quote
main/internal_functions_cli.lo(.text+0xe): In function `php_startup_internal_extensions':
main/internal_functions_cli.c:68: undefined reference to `php_startup_extensions'
main/internal_functions_cli.lo(.data+0x0): undefined reference to `xml_module_entry'
main/internal_functions_cli.lo(.data+0x4): undefined reference to `tokenizer_module_entry'
main/internal_functions_cli.lo(.data+0x8): undefined reference to `basic_functions_module'
main/internal_functions_cli.lo(.data+0xc): undefined reference to `sqlite_module_entry'
main/internal_functions_cli.lo(.data+0x10): undefined reference to `spl_module_entry'
main/internal_functions_cli.lo(.data+0x14): undefined reference to `simplexml_module_entry'
main/internal_functions_cli.lo(.data+0x18): undefined reference to `session_module_entry'
main/internal_functions_cli.lo(.data+0x1c): undefined reference to `posix_module_entry'
main/internal_functions_cli.lo(.data+0x20): undefined reference to `pcre_module_entry'
main/internal_functions_cli.lo(.data+0x24): undefined reference to `iconv_module_entry'
main/internal_functions_cli.lo(.data+0x28): undefined reference to `dom_module_entry'
main/internal_functions_cli.lo(.data+0x2c): undefined reference to `ctype_module_entry'
main/internal_functions_cli.lo(.data+0x30): undefined reference to `libxml_module_entry'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1


und make bricht ab....

ich hab mich an die wirklich einfache anleitung schritt für schritt gehalten und trotzdem klappt es nicht......:-(((((

hat jemand ne idee woran das liegt und was ich tun könnte?

danke im voraus

View full thread php5 als apache2-modul installieren