The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > UNIX and Linux Applications
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 04-03-2008
lima lima is offline
Registered User
 

Join Date: Mar 2008
Posts: 3
problems installing mixmaster 3.0 to solaris 10

hello all,

i'm having problems installing mixmaster 3.0 from this site SourceForge.net: Mixmaster. The file I downloaded is mixmaster-3.0.tar.gz.

Consulting the readme file of the mixmaster 3.0 says that the libraries for the follwing should be installed - OpenSSL, zlib, pcre, ncurses. I installed these successfully.

The first problem I got is when I ran the Install script, I got this:
# ./Install
./Install: whoami: not found
./Install: test: argument expected

I tried changing the top part of the script from:
#!/bin/sh --> to this --> #!/bin/ksh
and eventually it ran up until the middle part. (I'm not sure though if changing this was the right thing)

I got this result when I ran the Install script which I'm trying to resolve until now..

# ./Install
./Install[231]: whoami: not found
./Install[231]: test: argument expected
Mixmaster directory? [//Mix] /var/Mix
Do you want to set up a remailer? [y] n
Looking for libz.a...
Found at /usr/lib/libz.so.
Looking for libpcre.a...
Found at /usr/local/lib/libpcre.so.
Looking for libcrypto.a...
Found at /usr/local/ssl/lib/libcrypto.so.
Looking for libncurses.a...
Found at /usr/local/lib/libncurses.so.
Checking for IDEA support...
testing for setenv()...
done
Generating Makefile.
Compiling. Please wait.
Error: The compilation failed. Please consult the documentation (section
`Installation problems').

Remove the old Makefile? [y] y

I've also checked readme about the Installation problems & found these but wasn't able to help me.
################
Installation problems:
---------------------

In case one of the libraries Mixmaster uses is installed incorrectly on your
system, place the library source code (available from the locations listed
above) in the Src directory, remove the old Makefile, run the Install script
again and answer `y' when asked whether to use the source code.

The ncurses library can use termcap and terminfo databases. The Mixmaster
Install script tries to find out whether terminfo is available. If you get a
"Can't open display" error when starting the Mixmaster menu, run "./configure
--enable-termcap; make lib/libncurses.a" in the ncurses directory.
##################

There seem to be problems with compiling stuff but not sure where to start.. hope you can give me insights in resolving these things.

PS. please bear with me if I ask silly questions as I am a novice Unix user.

regards,
lima

Last edited by lima; 04-03-2008 at 10:05 PM.
Reply With Quote
Forum Sponsor