problems installing mixmaster 3.0 to solaris 10


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications problems installing mixmaster 3.0 to solaris 10
# 1  
Old 04-04-2008
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.Smilie

regards,
lima

Last edited by lima; 04-04-2008 at 02:05 AM..
# 2  
Old 04-11-2008
Did you run ./configure before "make install"? Did you look into what options you could specify to ./configure?
# 3  
Old 05-01-2008
it cant find the path for whoami ie /usr/ucb/whoami
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Installing Java Problems

Hello, When i attempt to install Java. I get this error code Can someone tell me what im doing wrong. (2 Replies)
Discussion started by: Fob Upset
2 Replies

2. Solaris

Problems installing Solaris 10

I just built my new computer with a q6600 quad core, 4 gig ram, Nvidia vidoo card but when I try to install the latest Solaris 10 on it the keyboard is not being detected when the installation starts so I'm unable to go complete the installation. First I tried a USB keyboard and it didn't work,... (2 Replies)
Discussion started by: isomorphic
2 Replies

3. Solaris

Will re-installing the Solaris OS help when present OS has problems

Does re-installing the Solaris OS when the existing OS has problems solve the issue? Problem here I mean "FILE SYSTEM BAD" after a fsck and the machine is not rebooting. My doubt also includes the question whether all inodes etc in the hard disk of the Sun machine gets re-formatted when we... (2 Replies)
Discussion started by: lydiaEd
2 Replies

4. SCO

problems installing 5.0.7 on HP DL 380G5

hi there, i have a hp DL380G5 with hpsas array controller P400. when installing, i use bootstring as following; defbootstr link=hpsas hd=Sdsk Sdsk=hpsas(0,0,0,0) Srom=wd(0,0,0) then BTLD disk boots ok and looks like the drivers are loaded, all devices show up in boot screen, giving me a... (1 Reply)
Discussion started by: jose_antonio
1 Replies

5. Solaris

Problems de-installing NetConnect

I have run into a problem while attempting to de-install netconnect from a Sol8 box. We got an error during the un-install script when it tries to remove SUNWsrsrp. It can't find the srsuser. We have no idea what user was specified initially. I have tried to remove the package on its own, to no... (2 Replies)
Discussion started by: i_am_homer
2 Replies

6. Solaris

Problems Installing Top

I've been trying to install Top on our Solaris box but it's giving me some trouble. The uname -a command shows SunOS servername 5.9 Generic sun4u sparc SUNW,Ultra-250 I downloaded Top form www.unixtop.com. On the initial install I got errors because I didn't have a C compiler installed.... (2 Replies)
Discussion started by: KenLynch
2 Replies

7. UNIX for Dummies Questions & Answers

Problems installing perl5

Hi!! I have problems installing perl5 in a Tru64 4.0F enviroment, and i need it to install OpenSSL and OpenSSH to establis a SFTP... I'm installing perl 5.8.8 but an error occurr during make test, i ran ./perl harness and the result is the problem is on op/filetest.t I didn't know what to... (0 Replies)
Discussion started by: irasela
0 Replies

8. UNIX for Dummies Questions & Answers

problems about installing Solaris 8 on PC

1. OSes coexistence can i install solaris 8 on my pc's 3th primary harddisk partition without damage the user and boot datas of installed operation system? and does i have to install Solaris 8 within several G(such as 8G) size of the harddisk? the following is partition table of my harddisk: ... (2 Replies)
Discussion started by: samprax
2 Replies

9. UNIX for Dummies Questions & Answers

Problems installing Solaris 2.6 on E4500

I have been trying for several days now to get 2.6 to load and boot on a Sun E4500. The installation appears to go seamlessly, but when it tries to boot the kernel panics and reboots immediately after the kernel loads (after the spinning \|/- thing). I installed Solaris 8 to make sure there were no... (7 Replies)
Discussion started by: 98_1LE
7 Replies
Login or Register to Ask a Question