Hallo
Auf einem reinitialisierten 1und1-Server ist PHP 4.2.2 drauf. Nachdem ich ein Update auf 4.3.2 gemacht habe zeigt phpinfo(); immernoch 4.2.2 an. 
Wenn ich die GDlib brauche, muss ich die dann installieren oder ist die bei der Installation von 4.3.2 dabei?
Gruß p2p
			
			
									
						
										
						PHP-Installation nutzlos
Re: PHP-Installation nutzlos
Hi,
die GDLib 2 ist bei PHP 4.3.2 dabei. Haste deinen Apache schonmal neu gestartet?
bye
arty
			
			
									
						
										
						die GDLib 2 ist bei PHP 4.3.2 dabei. Haste deinen Apache schonmal neu gestartet?
bye
arty
- 
				pennybridge
- Posts: 64
- Joined: 2002-10-24 21:37
Re: PHP-Installation nutzlos
2 sachen:
[ ] ja, ich hab den richtigen prefix gewählt
[ ] ja, ich hab den apache vor 'make install' gestoppt
beides ist mir schon passiert :-)
			
			
									
						
										
						[ ] ja, ich hab den richtigen prefix gewählt
[ ] ja, ich hab den apache vor 'make install' gestoppt
beides ist mir schon passiert :-)
Re: PHP-Installation nutzlos
'--prefix=/usr/share' stimmt der für einene 1und1-root?
Ja, ich hab den Apache gestoppt und dann wieder neugestartet.
Gruß p2p
			
			
									
						
										
						Ja, ich hab den Apache gestoppt und dann wieder neugestartet.
Gruß p2p
Re: PHP-Installation nutzlos
Allerdings bekomme ich bei "make" auch
"make install" klappt dann aber.
			
			
									
						
										
						.make -s
/home/work/php-4.3.2/ext/standard/var_unserializer.c: In function `php_var_unserialize':
/home/work/php-4.3.2/ext/standard/var_unserializer.c:308: warning: comparison is always false due to limited range of data type
/home/work/php-4.3.2/sapi/cgi/cgi_main.c: In function `main':
/home/work/php-4.3.2/sapi/cgi/cgi_main.cwarning: passing arg 2 of `cfg_get_long' from incompatible pointer type
Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).
"make install" klappt dann aber.
Re: PHP-Installation nutzlos
Aha. Der compliert was mit sapi/cgi, sollte er aber nicht. Die richtige API wäre z.B. apache2handler. Hast du vielleicht --with-apxs oder --with-apxs2 vergessen?
			
			
									
						
										
						Re: PHP-Installation nutzlos
wie kann ich apxs installieren und was ist das?
			
			
									
						
										
						Re: PHP-Installation nutzlos
apache-devel... damit klappts :)
Danke für die hilfe.
			
			
									
						
										
						Danke für die hilfe.
