2 messages in com.mysql.lists.plusplusRE: make install
FromSent OnAttachments
Shravan Durvasula19 Sep 2002 16:39 
Lee Weekes21 Sep 2002 08:09 
Subject:RE: make install
From:Lee Weekes (le@densitron.net)
Date:09/21/2002 08:09:15 AM
List:com.mysql.lists.plusplus

Hi

Sorry for the delayed reply, if someone has replied already then sorry forget this mail.

You need to have root access to install into the /usr/local/... directories by default on most OS's hence the error you received:

`/usr/local/lib/libsqlplus.so.1.0.7': Permission denied

If you can su to root do so and issue the 'make install' and you shouldn't get any errors, if you are trying to install this on a shell account offered by a shell provider then you will need to prefix another location to install to, if possible.

Hope this helps.

Lee

-----Original Message----- From: Shravan Durvasula [mailto:s_k_@yahoo.com] Sent: 20 September 2002 00:39 To: plus@lists.mysql.com Subject: make install

Hi all,

I am trying to install MySQL++ on Solaris 2.8.

I did 1. automake 2. autoconf 3. ./configure 4. make (used GNU make for this)

All of the above things went on fine. But when i try to do "make install" it gives me the error :

***************************************************** Making install in sqlplusint make[1]: Entering directory `/ccs/mssl/ecs/dmefs/students/shravan/mysql++-1.7.9/sqlplusint' make[2]: Entering directory `/ccs/mssl/ecs/dmefs/students/shravan/mysql++-1.7.9/sqlplusint' /bin/sh ../mkinstalldirs /usr/local/lib /bin/sh ../libtool --mode=install /usr/local/gnu/bin/install -c libsqlplus.la /usr/local/lib/libsqlplus.la /usr/local/gnu/bin/install -c .libs/libsqlplus.so.1.0.7 /usr/local/lib/libsqlplus.so.1.0.7 /usr/local/gnu/bin/install: cannot create regular file `/usr/local/lib/libsqlplus.so.1.0.7': Permission denied make[2]: *** [install-libLTLIBRARIES] Error 1 make[2]: Leaving directory `/ccs/mssl/ecs/dmefs/students/shravan/mysql++-1.7.9/sqlplusint' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/ccs/mssl/ecs/dmefs/students/shravan/mysql++-1.7.9/sqlplusint' make: *** [install-recursive] Error 1 *****************************************************

I am using GNU make for "make" and "make install"

Could anyone please help?

Best Regards, -skd