![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Questions involving software not covered by other forum go here. This includes Databases and Middleware. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Will re-installing the Solaris OS help when present OS has problems | lydiaEd | SUN Solaris | 2 | 12-05-2007 03:51 AM |
| Problems installing AIX on vio | Morella | AIX | 0 | 08-15-2006 05:27 PM |
| problems about installing Solaris 8 on PC | samprax | UNIX for Dummies Questions & Answers | 2 | 07-05-2002 01:43 PM |
| Problems installing Solaris 2.6 on E4500 | 98_1LE | UNIX for Dummies Questions & Answers | 7 | 07-16-2001 02:37 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
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. |
| Forum Sponsor | ||
|
|