>>> On 10/9/2008 at 10:26 AM, in message <[EMAIL PROTECTED]>, "Jones, Russell" <[EMAIL PROTECTED]> wrote: > I did find apxs on my system and the path in the script is correct, so I > don't think that is the problem. I also see the following in my output: > > ./configure: /usr/sbin/apxs: /usr/local/bin/perl: bad interpreter: No > such file or directory > configure: error: Aborting > make: *** No targets specified and no makefile found. Stop. > make: *** No rule to make target `install'. Stop. > make: *** No rule to make target `distclean'. Stop. > chmod: cannot access `/tmp/package-php/usr/bin/pear': No such file or > directory > > I wonder if the perl path is wrong. Perl on my system in at > /usr/bin/perl, but I don't see anywhere in the build script to set the > perl path.
I've run into similar problems with packages not being able to figure out where things were. The simplest thing to do is to create a symbolic link: ln -s /usr/bin/perl /usr/local/bin/perl Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
