php neu Compilieren

Apache, Lighttpd, nginx, Cherokee
Post Reply
wirbelwind
Posts: 57
Joined: 2002-04-23 14:08
 

php neu Compilieren

Post by wirbelwind »

Hi

Ich möchte mein php das als standart Debian in der version 4.1.2 installiert wurde neu Compilieren da ich die Funktionen von imap benötige nur woe soll ich das jetzt anstellen damit ich dies noch zu compilieren kann.
kase
Posts: 1031
Joined: 2002-10-14 22:56
 

Re: php neu Compilieren

Post by kase »

Wenn du das PHP 4.1.2 von Debian benutzt, und dies mittels apt installed hast, dann hilft ein "apt-get install php-imap" wunder ;)

Solltest du PHP irgendwie schon mal selbst compiliert haben, lass davon die Finger und warte auf weitere Tipps
wirbelwind
Posts: 57
Joined: 2002-04-23 14:08
 

Re: php neu Compilieren

Post by wirbelwind »

Hi

Hat keider nicht geholfen da sagt er mir
debian:~# apt-get install php-imap
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package php-imap
Ich warte doch lieber ;)
kase
Posts: 1031
Joined: 2002-10-14 22:56
 

Re: php neu Compilieren

Post by kase »

arg, grummel

Natürlich sollte man ans PHP noch die Version hängen, damit apt "bescheid" weiß.

apt-get install php4-imap
wirbelwind
Posts: 57
Joined: 2002-04-23 14:08
 

Re: php neu Compilieren

Post by wirbelwind »

kase wrote:arg, grummel

Natürlich sollte man ans PHP noch die Version hängen, damit apt "bescheid" weiß.

apt-get install php4-imap
:oops: oops ;)
Post Reply