Home > Archive > PHP Pear > March 2006 > install pear on shared hosting with PEAR 1.4 and Net_FTP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
install pear on shared hosting with PEAR 1.4 and Net_FTP
|
|
| Jonathan 2006-03-22, 7:00 pm |
| Hi,
I want to install pear on shared hosting. My provider has a basic pear
installation but I want to use some packages that are not included.
I don't have ssh access, so from reading the Pear Manual I want to use the
recommended method..
> "New improved method using PEAR 1.4.0 and Net_FTP"
I'm working on a windows machine but hosting the site on linux. The pear
manual mentions this might cause a problem..
> "It is important to note that some packages install themselves differently
on windows and on unix.
> Be sure you know whether this is the case before installing, or ensure
that your local and remote
> systems are the same kind of operating system."
Also, the manual explains that this method keeps the local and remote
systems synchronized and that a side effect of this is that..
> "the local copy will not work on the local machine"
But I need to work on my local machine!!!
My questions.
1. How do I determine which packages install differently depending on the
operating system??
2. How do I proceed if one of the packages I want to use does this??
3. Can I have two copies of pear on my local machine?? One for use locally
and one for syncing with the remote server??
| |
| Andreas Adelsberger 2006-03-23, 4:00 am |
| Jonathan schrieb:
> Hi,
>
>
>
> I want to install pear on shared hosting. My provider has a basic pear
> installation but I want to use some packages that are not included.
>
>
>
> I don't have ssh access, so from reading the Pear Manual I want to use the
> recommended method..
>
>
>
>
>
>
> I'm working on a windows machine but hosting the site on linux. The pear
> manual mentions this might cause a problem..
>
>
>
> on windows and on unix.
>
> that your local and remote
>
>
>
>
> Also, the manual explains that this method keeps the local and remote
> systems synchronized and that a side effect of this is that..
>
>
>
>
>
>
> But I need to work on my local machine!!!
>
>
>
> My questions.
>
>
>
> 1. How do I determine which packages install differently depending on the
> operating system??
>
>
>
> 2. How do I proceed if one of the packages I want to use does this??
>
>
>
> 3. Can I have two copies of pear on my local machine?? One for use locally
> and one for syncing with the remote server??
>
>
hi, i used the method described on the pear site. I have the same
requirements as you have.
in my case the synchronisation does not work so I have to upload the
pear packages manually but they also work locally. I am wondering if
synchronisation doesn't work if you have two differnt os.
|
|
|
|
|