2 messages in com.mysql.lists.plusplusmake install
FromSent OnAttachments
Shravan Durvasula19 Sep 2002 16:39 
Lee Weekes21 Sep 2002 08:09 
Subject:make install
From:Shravan Durvasula (s_k_@yahoo.com)
Date:09/19/2002 04:39:03 PM
List:com.mysql.lists.plusplus

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