Metamail for Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris Metamail for Solaris 10
# 1  
Old 06-07-2010
Metamail for Solaris 10

Hi All,

We are trying to Load Metamail on our Solaris 10 Server but are not able to.

This is what we get:
m5k604d1@root# pwd
/export/home/xpvh76/mm2.7/src

m5k604d1@root# /usr/ccs/bin/make
(cd metamail ; make CONFIGDIR=../. CFLAGS="-g -I. " CC="cc" LDLIBS="")
sh: make: not found
*** Error code 1
make: Fatal error: Command failed for target `basics'

We have tried following to install the metamail software.

The source code available its self is throwing errors when it is being compiled. The steps we tried to trouble shoot this are given here.

1) PATH and LIBRARY_PATH variables were set accordingly.

2) The newest gcc version available was installed . Tried to compile with that. No luck.

3) Latest egcs version was installed and tried to compile . Didn't succeed.

4)All required library packages where installed as per the error logs which was thrown. Made necessary modifications to Makefile to include the new gcc

compiler and environment variables. Still not luck.

5) Tested with and without the gcc compiler.

Please Help!!!
# 2  
Old 06-08-2010
The problem is, that make is called recursively, but the directory where make lives is not in the path

Quote:
Originally Posted by paragkhanore
sh: make: not found
Try

Code:
PATH=$PATH:/usr/ccs/bin
make

Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies

2. Solaris

Metamail Alternatives on Solaris 10

Hi All, We have been trying to Install Metamail on our Solaris 10 server but have failed to do so. We are a bit topo short of time here so are now trying to Explore any Meta Mail alternatives. What we basically want to do is: Server will recieve email, Procmail will recieve the email... (0 Replies)
Discussion started by: paragkhanore
0 Replies

3. UNIX for Dummies Questions & Answers

metamail

Hi there. I have a problem with some files I am trying to process. It goes as follows: I receive an email with a MIME attachment I use metamail to extract the data to a flat file named "email.txt" I decode "email.txt" using metamail This works great with one tiny issue Information in the... (1 Reply)
Discussion started by: Atwill
1 Replies

4. Programming

metamail execution error

Hi. I´m have installed the metamail from skunkware and when I´m trying to use mailto (the complete script is bellow), I got this message: # mailto To: test@bla.com Subject: test ~/2048000 Set splitsize to 2048000 ~* Please choose which kind of data you wish to insert: 0: A raw file,... (2 Replies)
Discussion started by: ahnishimi
2 Replies

5. Programming

Problem compiling metamail

Hi Guys. I have downloaded metamail from internet e I´m trying to compile it at a SCO 5.0.5. In this server it´s working fine (let´s name it as mission1) i´m using the developer package in this server (mission1) and when I use mailto, i got the e-mail fine. It´s forwarding to a exchange server... (2 Replies)
Discussion started by: ahnishimi
2 Replies
Login or Register to Ask a Question