Trying to install libxml2-2.6.31.tar.gz on opensuse 11.0.

 
Thread Tools Search this Thread
Operating Systems Linux SuSE Trying to install libxml2-2.6.31.tar.gz on opensuse 11.0.
# 1  
Old 02-12-2009
Trying to install libxml2-2.6.31.tar.gz on opensuse 11.0.

Hi

I am having the exact same problem. Trying to install libxml2-2.6.31.tar.gz on opensuse 11.0. Opened in terminal and am able to configure and make without any problem. But encounter the following error during make install...

---------------------------------------------------------
Making install in include
make[1]: Entering directory `/home/admin01/Desktop/libxml2-2.6.31/include'
Making install in libxml
make[2]: Entering directory `/home/admin01/Desktop/libxml2-2.6.31/include/libxml'
make[3]: Entering directory `/home/admin01/Desktop/libxml2-2.6.31/include/libxml'
make install-exec-hook
make[4]: Entering directory `/home/admin01/Desktop/libxml2-2.6.31/include/libxml'
/bin/sh ../../mkinstalldirs /usr/local/include/libxml2/libxml
mkdir -p -- /usr/local/include/libxml2/libxml
mkdir: cannot create directory `/usr/local/include/libxml2': Permission denied
make[4]: *** [install-exec-hook] Error 1
make[4]: Leaving directory `/home/admin01/Desktop/libxml2-2.6.31/include/libxml'
make[3]: *** [install-exec-am] Error 2
make[3]: Leaving directory `/home/admin01/Desktop/libxml2-2.6.31/include/libxml'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/admin01/Desktop/libxml2-2.6.31/include/libxml'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/admin01/Desktop/libxml2-2.6.31/include'
make: *** [install-recursive] Error 1
----------------------------------------------------------------------------

Can anyone help me?
# 2  
Old 02-17-2009
Did you

make install
or
sudo make install
?

Try sudo make install (if you have not already...)
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

How to install *.pkg.tar.tar on Linux?

Hi Guys, I need some suggestion as how to install openssl-1.0.1.g-1-i686.pkg.tar.tar openssl-1.0.1.g-1-x86_64.pkg.tar.tar on Linux system? is for 32bit system and other is for 64 bit system linux machine. How to untar them? I tried few commands but did not work. I need to upgrade to... (5 Replies)
Discussion started by: manalisharmabe
5 Replies

2. AIX

How to install .tar.tgz file in AIX 6.1?

Hello, I have openssl.0.9.8.1103.tar.tgz file which I have downloaded from https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=aixbp&S_PKG=openssl siteThe website says that the file name is openssl.0.9.8.1103.tar.z but when downloaded I get openssl.0.9.8.1103.tar.tgz as the... (2 Replies)
Discussion started by: gaugeta
2 Replies

3. Shell Programming and Scripting

tar command to explore multiple layers of tar and tar.gz files

Hi all, I have a tar file and inside that tar file is a folder with additional tar.gz files. What I want to do is look inside the first tar file and then find the second tar file I'm looking for, look inside that tar.gz file to find a certain directory. I'm encountering issues by trying to... (1 Reply)
Discussion started by: bashnewbee
1 Replies

4. UNIX for Dummies Questions & Answers

How to install new version of tar under solaris 9

Hello, I'm trying to install new version of tar under solaris "tar-1.23-sol9-sparc-local.gz" in Solaris, I downloaded this version from sunfreeware.com I unzip it and I found only binaire file no Readme... some one vcan help ?? Thanks (2 Replies)
Discussion started by: Sigma
2 Replies

5. UNIX for Dummies Questions & Answers

tar -cvf test.tar `find . -mtime -1 -type f` only tar 1 file

Hi all, 4 files are returned when i issue 'find . -mtime -1 -type f -ls'. ./ora_475244.aud ./ora_671958.aud ./ora_934052.aud ./ora_934050.aud However, when I issued the below command: tar -cvf test.tar `find . -mtime -1 -type f`, the tar file only contains the 1st file -... (2 Replies)
Discussion started by: ahSher
2 Replies

6. Shell Programming and Scripting

How to unpack and install .tar.bz2 library ?

Hi, I am trying to unpack and install .tar.bz2 library. I was told to cd / and than tar -jxvf /source-of-library-file?...tar.bz2 to get files unpacked and installed into / Darius $ pwd / $ $ tar -jxvf /tmp/local/root/ncurses-dev-addon.tar.bz2 ncurses-dev-addon/... (3 Replies)
Discussion started by: jack2
3 Replies

7. Linux

The install tar.gz package must be specified as the first argument!

I just tried to unzip the tar.gz installation file with gzip -d file.tar.gz and then tar -xvf file.tar. ThenI tried to install with command ./install.sh, i got the following error... The install tar.gz package must be specified as the first argument! Any one have an idea why this error.... (1 Reply)
Discussion started by: s_linux
1 Replies

8. Linux

Getting Aubit4GL to compile and install on OpenSuSE 11

Hi there Have anybody been successful in getting the Aubit4GL compiler to successfully compile and install on OpenSuSE 11? Regards Libs (3 Replies)
Discussion started by: The_Librarian
3 Replies

9. UNIX for Dummies Questions & Answers

how to install a tar file?

how can i install a *.tar file? and if the file is dirver is it the same? (3 Replies)
Discussion started by: user666
3 Replies

10. UNIX for Dummies Questions & Answers

how to install gzip.tar in sco unix os

thanks (1 Reply)
Discussion started by: dsun5
1 Replies
Login or Register to Ask a Question