Hi,
I am trying to install sqlite3 on Sun Solaris 2.8. I am not root so I
cannot install to /usr/local. I start configure with
--prefix=/ptmp/usr/local to try to get it to install to a different
directory. But I get the same
error:
/ptmp/bld/> make install
tclsh ../sqlite-3.3.17/tclinstaller.tcl 3.3
can't create directory "/usr/local/lib/tcl8.4/sqlite3": read-only file
system
while executing
"file mkdir $LIBDIR/sqlite3"
(file "../sqlite-3.3.17/tclinstaller.tcl" line 15)
*** Error code 1
make: Fatal error: Command failed for target `tcl_install'
Is my syntax for --prefix correct and is that supposed to correct the
above error?
Robert