From: <php...@li...> - 2002-11-18 17:26:52
|
I need to install 0.9 RC 1 on a virtual host without shell access. I've looked for a week for documentation on how to install PEAR in this circumstance and have found nothing. Can anybody help out with some info? Thanks, Geoff |
From: <php...@li...> - 2002-11-18 18:25:37
|
RC 1 comes with the PEAR libs and will use those if your system libs are out of date. Don. On Mon, 18 Nov 2002 php...@li... wrote: > I need to install 0.9 RC 1 on a virtual host without shell access. > > I've looked for a week for documentation on how to install PEAR in this > circumstance and have found nothing. > > Can anybody help out with some info? > > Thanks, > > Geoff > > > > ------------------------------------------------------- > This sf.net email is sponsored by: To learn the basics of securing > your web site with SSL, click here to get a FREE TRIAL of a Thawte > Server Certificate: http://www.gothawte.com/rd524.html > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > |
From: <php...@li...> - 2002-11-18 18:36:14
|
One other thing. It appeared that having your system and local phpws pears installed will cause problems. It gets confused sometimes. I fixed this in cvs but all you need to do is after the pear_path.php files is created edit it. Set the function call to just have "/your/path/phpws/pear/:." and note all that other stuff like the system paths. This should work. > I need to install 0.9 RC 1 on a virtual host without shell access. > > I've looked for a week for documentation on how to install PEAR in this > circumstance and have found nothing. > > Can anybody help out with some info? > > Thanks, > > Geoff > > > > ------------------------------------------------------- > This sf.net email is sponsored by: To learn the basics of securing your > web site with SSL, click here to get a FREE TRIAL of a Thawte Server > Certificate: http://www.gothawte.com/rd524.html > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Jeremy Agee phpWebSite Development Team (http://phpwebsite.appstate.edu) Appalachian State University |
From: <php...@li...> - 2002-11-18 18:55:58
|
Our servers does not have PEAR active. What is this about creating the pear_path.php files? Again: I can find no documentation of any kind anywhere that talks about installing the PEAR libraries on a virtual host with no shell access. Geoff At 01:36 PM 11/18/2002 -0500, you wrote: >One other thing. It appeared that having your system and local phpws >pears installed will cause problems. It gets confused sometimes. I fixed >this in cvs but all you need to do is after the pear_path.php files is >created edit it. Set the function call to just have >"/your/path/phpws/pear/:." and note all that other stuff like the system >paths. This should work. > > > I need to install 0.9 RC 1 on a virtual host without shell access. > > > > I've looked for a week for documentation on how to install PEAR in this > > circumstance and have found nothing. > > > > Can anybody help out with some info? > > > > Thanks, > > > > Geoff > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by: To learn the basics of securing your > > web site with SSL, click here to get a FREE TRIAL of a Thawte Server > > Certificate: http://www.gothawte.com/rd524.html > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > >-- >Jeremy Agee >phpWebSite Development Team (http://phpwebsite.appstate.edu) >Appalachian State University > > > > >------------------------------------------------------- >This sf.net email is sponsored by: To learn the basics of securing >your web site with SSL, click here to get a FREE TRIAL of a Thawte >Server Certificate: http://www.gothawte.com/rd524.html >_______________________________________________ >Phpwebsite-developers mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: <php...@li...> - 2002-11-18 19:39:01
|
I've been screwing around trying to get version 0.9 RC 1 installed on a virtual server without shell access. I think I may have it working now, after wasting many hours and many days. Here are the instructions that would have made it go smoothly: 1. Copy the distribution to your server. 2. Run setup. 3. If you get errors about PEAR, ignore them and proceed. 4. If you cannot write the pear_path and config files to your server, save them locally and copy them to your server. 5. You will need to do something about setting permissions - (I haven't quite figured out what I need to do here!) When I got the PEAR error message on install, I stopped and researched the problem. I wasted many hours and many days because I had no clue that I should continue with the install to resolve the problem. Geoff |
From: <php...@li...> - 2002-11-18 18:47:50
|
OK. I copied the files, including the PEAR files onto the site and then attempted to run: www.customerwebsitename.com/setup I get this error: The PEAR Libs on your system are NOT installed correctly or are OUT OF DATE Using PEAR shiped with phpWebSite located at /hosting/webpages/s/a/customerwebsitename.com/public/pear/ This error implies that there is an install of PEAR that must be done BEFORE running setup. I went to the phpwebsite.appstate.edu, got what is labled as the latest pear, downloaded it, and copied to the site on the chance that the files were out of date. Geoff At 12:25 PM 11/18/2002 -0600, you wrote: >RC 1 comes with the PEAR libs and will use those if your system libs are >out of date. > >Don. > >On Mon, 18 Nov 2002 php...@li... wrote: > > > I need to install 0.9 RC 1 on a virtual host without shell access. > > > > I've looked for a week for documentation on how to install PEAR in this > > circumstance and have found nothing. > > > > Can anybody help out with some info? > > > > Thanks, > > > > Geoff > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by: To learn the basics of securing > > your web site with SSL, click here to get a FREE TRIAL of a Thawte > > Server Certificate: http://www.gothawte.com/rd524.html > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > > > > > > > >------------------------------------------------------- >This sf.net email is sponsored by: To learn the basics of securing >your web site with SSL, click here to get a FREE TRIAL of a Thawte >Server Certificate: http://www.gothawte.com/rd524.html >_______________________________________________ >Phpwebsite-developers mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: <php...@li...> - 2002-11-19 12:21:43
|
This is more a message stating that your main pear sys libs are the problem. Ex. /usr/local/lib/php The copy that comes with phpwebsite is basically newer than pear 4.2.3. When pear makes there big new release this will go away. Some classes have been renamed and this is causing problems. Ill look into trying to make the error messages more clear in the install. Thanks for the questions. For our servers i just replace the system libs with our new pear ones. It hasn't caused any problems so far. > OK. > > I copied the files, including the PEAR files onto the site and then > attempted to run: www.customerwebsitename.com/setup > > I get this error: > > The PEAR Libs on your system are NOT installed correctly or are OUT OF > DATE Using PEAR shiped with phpWebSite located at > /hosting/webpages/s/a/customerwebsitename.com/public/pear/ > > This error implies that there is an install of PEAR that must be done > BEFORE running setup. > > I went to the phpwebsite.appstate.edu, got what is labled as the latest > pear, downloaded it, and copied to the site on the chance that the files > were out of date. > > Geoff > > > At 12:25 PM 11/18/2002 -0600, you wrote: >>RC 1 comes with the PEAR libs and will use those if your system libs >> are out of date. >> >>Don. >> >>On Mon, 18 Nov 2002 php...@li... >> wrote: >> >> > I need to install 0.9 RC 1 on a virtual host without shell access. >> > >> > I've looked for a week for documentation on how to install PEAR in >> this circumstance and have found nothing. >> > >> > Can anybody help out with some info? >> > >> > Thanks, >> > >> > Geoff >> > >> > >> > >> > ------------------------------------------------------- >> > This sf.net email is sponsored by: To learn the basics of securing >> your web site with SSL, click here to get a FREE TRIAL of a Thawte >> Server Certificate: http://www.gothawte.com/rd524.html >> > _______________________________________________ >> > Phpwebsite-developers mailing list >> > Php...@li... >> > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> > >> > >> > >> > >> >> >> >>------------------------------------------------------- >>This sf.net email is sponsored by: To learn the basics of securing your >> web site with SSL, click here to get a FREE TRIAL of a Thawte Server >> Certificate: http://www.gothawte.com/rd524.html >>_______________________________________________ >>Phpwebsite-developers mailing list >>Php...@li... >>https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Jeremy Agee phpWebSite Development Team (http://phpwebsite.appstate.edu) Appalachian State University |