Toon posts:

RedHat 7.3 + IMP 3.1

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik draai redhat 7.3 met alle packages van php en mysql erop en wil imp3.1 draaien. Ik heb alles gedaan zoals beschreven op de volgende pagina :

http://www.geocities.com/oliversl/imp/

alleen ik krijg PEAR (onderdeel van php) niet geinstalleerd:( Zijn er geen standaard packages ervoor? Ik wordt er helemaal gek van, want heb alles gedaan (editten van php.ini, updaten etc..) maar blijf de melding krijgen

Warning: Failed opening '/var/www/html/horde/test.php' for inclusion
(include_path='/usr/share/php:/usr/share/pear:.') in Unknown on line 0

Heeft iemand ooit deze melding gehad of weet iemand hier een oplossing voor?

Verwijderd

kijk is op http://pear.php.net/ daar staat 't een en ander uitgelegd over PEAR.

[ Voor 0% gewijzigd door Verwijderd op 29-09-2002 21:31 . Reden: toch de cursus cop-paste voor beginners een keer volgen... ]


Verwijderd

Getting the PEAR package manager

Until all remaining issues concering the final version will be raised out, we provide a provisional way to install the PEAR package manager that is described on this page.

Right now you can use a shell script that resides on the pear.php.net website to install the PEAR base classes and the PEAR package manager. Simply run


$ lynx -source http://pear.php.net/go-pear | sh


on your console window and the rest should be done automatically.

Note: Some Linux distributions (e.g. Redhat) seem to be using links instead of lynx as the name for their command line browser. If this is the case for you, you need to change the above line correspondingly.
Web installer

Prerequesites

The following description requires the latest version of the PEAR package manager to be installed.

The web installer is the easiest way to install PEAR packages on your system: It connects to the PEAR package server via a simple HTTP connection, loads the package on your system and installs it in the desired location.

Note: We do not sell your IP adress, your hostname or something else we can determine, while you are downloading a package from the PEAR server, to any bad guy, who want's to make money with your personal information.
Fully-automatic installation

Using the web installer is pretty straightforward and easy to use. Simply run the following line on your shell:


$ pear install http://pear.php.net/get/<package>


<package> has to be replaced with the name of the package you want to install (e.g. HTTP_Upload). To get a list of the available packages, you can point your browser to the PEAR package browser or you can run:


$ pear list-remote-packages


This command returns a list of all packages that are available in PEAR.
Semi-automatic installation

If you have downloaded a package release from pear.php.net as a gzipped tar archive, you can also install it locally. To do this, run the following line on your shell:


$ pear install <file>.tgz


This command will automatically install the package and does not require an online connection. <file>.tgz has to be replaced with the name of the downloaded file.
en anders moet je ff de rechten van je files nakijken...