> So far I've been pretty happy with solaris since I
> started using it for my file server, however I've run
> into a few errors that I have not been able to fix. 
> 
> 1) The first error is the fact that in my version of
> Solaris (2008.11 I believe) pkg is not installed. I
> attempted to install it following some directions I
> found online but for some reason pkg remains
> uninstalled despite following the directions exactly.
> I need pkg so install some software that remains
> unavailable through alternate means. Such as gcc-dev
> which is required by the ntfs-3g install procedure.
> 
http://dlc.sun.com/osol/docs/content/2008.11/OSDEV/wits6.html
 Setting Up Your Build Environment

In OpenSolaris OS, you can setup a complete build environment for C/C++/Java 
type of applications without performing any complex task. You just need to 
install the relevant packages and alter your PATH environment variable.

Before you begin getting the relevant packages, you need to make sure that your 
software catalog is updated:

$ pfexec pkg refresh --full

Then you may need to install the necessary development/build tools like gcc, 
flex, bison by installing the IPS packages:

$ pfexec pkg install gcc-dev amp-dev java-dev ss-dev SUNWscp
SUNWgnu-idn SUNWlibevent SUNWugenu SUNWbison SUNWflexruntime
SUNWflexlex SUNWtoo SUNWgmake SUNWaconf SUNWlibtool
SUNWgm4 SUNWgnu-automake-110

You may need to install additional development packages based your build 
requirement.

If you need to build your applications using the earlier Sun Studio 11 
compilers, you can manually download the install images . You can also install 
the Sun Studio Express 11/08 packages by executing the following command:

$ pfexec pkg install sunstudioexpress

> 2) The Second error is my inability to mount
> truecrypt volumes when they are stored on the remote
> machine and accessed through sshfs on my Ubuntu 8.10
> laptop. I can access other files in the share just
> fine including creation and deletion of files, and
> yet I get a permission denied <path to truecrypt
> volume> error message whenever I try and mount said
> truecrypt volume. I've checked and doublechecked
> file, folder and access permissions on the file
> itself and yet nothing that I do seems to fix the
> issue.
> 
> Any help would be much appreciated.
I kept getting a end of like end of line error on line 27 of the Makefile.
There was some talk last spring, but not heard anything in this forum, You 
could try to compile and submit a RFE http://www.opensolaris.org/bug/report.jspa
Having OpenSolaris and Solaris will need to support these Encryption 
Algorithms, in come cases the OS does, 
 AES
 Serpent
 Twofish
 Cascades
Hash Algorithms
 RIPEMD-160
 SHA-512
 Whirlpool

- GNU Make
- GNU C++ Compiler 4.0 or compatible
- pkg-config
- wxWidgets 2.8 library source code (available at http://www.wxwidgets.org)
- FUSE library (available at http://fuse.sourceforge.net and 
  http://code.google.com/p/macfuse)
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to