473,406 Members | 2,390 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Installation errors...


I'm trying to install a local copy of php5 and not having much luck. I want
LIBXML and IMAP support. When I go to configure php (no matter what options
I use) I end up with the error message...

<start quote>
Configuring extensions
checking whether to enable LIBXML support... yes
checking libxml2 install dir... /usr/home/MYACCOUNT/libxml
configure: error: libxml2 version 2.5.10 or greater required.
<end quote>

I want LIBXML support so I downloaded and tried to install it...I get as far
as "nice make install" when I get the following error message...

<start quote>
MYACCOUNT@% nice make install \
--prefix=/usr/home/MYACCOUNT/libxml \
--exec-prefix=/usr/home/MYACCOUNT/libxml? --prefix=/usr/home/MYACCOUNT/libxml
\
? --exec-prefix=/usr/home/MYACCOUNT/libxml
Making install in include
Making install in libxml
make install-exec-hook
/usr/local/bin/bash ../../mkinstalldirs /usr/local/include/libxml2/libxml
test -z "/usr/local/include/libxml2/libxml" || mkdir -p --
"/usr/local/include/libxml2/libxml"
/usr/bin/install -c -m 644 'SAX.h' '/usr/local/include/libxml2/libxml/SAX.h'
install: /usr/local/include/libxml2/libxml/SAX.h: Permission denied
*** Error code 71

Stop in /usr/home/MYACCOUNT/libxml/include/libxml.
*** Error code 1

Stop in /usr/home/MYACCOUNT/libxml/include/libxml.
*** Error code 1

Stop in /usr/home/MYACCOUNT/libxml/include.
*** Error code 1

Stop in /usr/home/MYACCOUNT/libxml.
<end quote>

....as you can see I'm trying to install it locally by using
"--prefix=/usr/home/MYACCOUNT/libxml" as I read in the help file but it
still wants to use "/usr/local/include/libxml2/libxml" and I obviously don't
have permission for that folder...

What do I do?

My server uses Apache & FreeBSD 4.8

Thanks,
John MacLeod

Nov 23 '05 #1
2 1711
John MacLeod wrote:
I'm trying to install a local copy of php5 and not having much luck. I want
LIBXML and IMAP support. When I go to configure php (no matter what options
I use) I end up with the error message...

<start quote>
Configuring extensions
checking whether to enable LIBXML support... yes
checking libxml2 install dir... /usr/home/MYACCOUNT/libxml
configure: error: libxml2 version 2.5.10 or greater required.
<end quote>

I want LIBXML support so I downloaded and tried to install it...I get as far
as "nice make install" when I get the following error message...


I don't have experience building LIBXML, but did you run the configure
script before trying to make it?
Usually configure scripts also allow you to specify an install prefix.

HTH.
Peter.

--
http://www.phpforums.nl
Nov 23 '05 #2
Thanks Peter...you were right...I needed to include the path when running
the configure script not during the "nice make install"..

..so now I seem to have gotten it configured and installed, but I'm having a
problem using the .htaccess file to point the local installation of php5. As
per the instructions I was following I added the following to the .htaccess
file...

<start quote>
#PHP 5.0.5 FINAL without security wrap
Action application/x-httpd-phpx /cgi-bin/php5.cgi
AddType application/x-httpd-phpx php php3 phtml php4 php5
<end quote>

....but when I run the sysinfo.php test script I get the following error...

<start quote>
Not Found
The requested URL /cgi-bin/php5.cgi/horde/sysinfo.php was not found on this
server.
<end quote>

....I'm searching for another web page about this but haven't found anything
yet. If anyone can help it would be greatly appreciated.

Sincerely,
John

"Peter van Schie" <va************@gmail.com> wrote in message
news:43***********************@news.xs4all.nl...
I don't have experience building LIBXML, but did you run the configure
script before trying to make it?
Usually configure scripts also allow you to specify an install prefix.

HTH.
Peter.

--
http://www.phpforums.nl

Nov 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Don | last post by:
We have attempted several times to install Python 2.3 on a Windows 95 system. Each time, at the end of the install the following error is displayed: Error in installer script. Traceback (most...
8
by: Kent Tong | last post by:
Hi all, I've installed Python 2.3 using the Windows installer downloaded from www.python.org. I'm using Win98. The installation process went well without any problem. However, double-clicking...
1
by: TF | last post by:
Hi, Thanks in advance. I have been trying to install 9i EE on RH Linux 9 with kernels version 2.4.20-20.9bigmem and smp. Following all the installation instructions from Oracle, the...
4
by: vagrawal | last post by:
I'm trying to install "DB2 workgroup Edition" from "Dummies Test Engine DB2 UDB v7.1 evaluation copy" CD, which comes with DB2 fundamentals certification for Dummies for db2 certification exam 512....
2
by: mb12036 | last post by:
All- Having a problem installing a DB2 client on a machine running AIX version 5.0. Client appeared to install one time succesfully, then was uninstalled and a reinstall was attempted. For...
6
by: Michael | last post by:
Program builds solution and setup projects with no reported errors. Building and deploying as loose uncompressed files works just fine. Debug Building and deploying as a setup file results in...
6
by: Josef Brunner | last post by:
Hi, I published my application (VS 2005) and am now trying to install it when I get this error message. It worked before...even on a different machine. Here is the detailed description: ...
6
by: Black Wolf Standing | last post by:
....is not being recognized by applications on my system. I use Windows XP Home Edition SP2 with all patches and updates. I have .NET 1.1 on my system and applications for .NET 1.1 work great. Just...
3
by: webEater | last post by:
I have some problems with my IE 6 (and IE 5.5 separate) installation, that I still (have to :-() use for website testing. 3 problems: - IE 6 and even IE 7 (when I install standalone version)...
4
by: Will Honea | last post by:
Wanting to look at V9, I attempted to install Db2 Express-C on a Suse Linux box I use as a sandbox. Since I was less that thorough when removing previous installations of V8 and V7, the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.