postfix compilation issue with make


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users postfix compilation issue with make
# 1  
Old 01-28-2008
postfix compilation issue with make

Hi guys,

I'm in trouble to do postfix compilation on a Solaris.

SunOS 5.10 Generic_118833-33 sun4u sparc SUNW, Sun-Fire-V440

I'm trying to compile postfix-2.4.5

which make replay /usr/ccs/bin/make and it's in the profile

When I launch make install clean it replies

make: Fatal error: Don't know how to make target 'install'

Can someone helps please, I'm fitting with this for days now and I cannot find a way to fix it.
Tks
# 2  
Old 01-28-2008
make -f Makefile.in MAKELEVEL= Makefiles
(echo "# Do not edit -- this file documents how Postfix was built for your machine."; /bin/sh makedefs) >makedefs.tmp
ATTENTION:
ATTENTION: Don't set LD_LIBRARY_PATH
ATTENTION:
*** Error code 1
make: Fatal error: Command failed for target `Makefiles'
Current working directory /data1/postfix/postfix-2.4.5
*** Error code 1
make: Fatal error: Command failed for target `makefiles'
# 3  
Old 01-29-2008
Hi guys,

Just to let you know I giveup, i found a package for solaris 5.9 and i tryied it works. Hope a day to find the time to fix this compilation issue.

Cheers,

Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Kernel Compilation Issue

I have installed ubuntu 11.04 on my system. After this when I used to give uname -r it showed me kernel version as 2.6.38. Now I had downloaded kernel 2.6.34.12 from kernel.org and installed it using the following steps: make make modules make modules_install make install This created... (2 Replies)
Discussion started by: rupeshkp728
2 Replies

2. Linux

fortran compilation issue

Hi, I am getting following error when i try to compile : Error: Expected variable in READ statement at (1) read(12,*) ((l1to2(l,j),j=1,2),l=1,ngl(2,4)) Also i am getting following error : Error: Syntax error in COMMON statement at (1) at some statements. I am using mpif90... (1 Reply)
Discussion started by: aksharb
1 Replies

3. Shell Programming and Scripting

Postfix Issue

My Linux (Postfix) based server act as an intermediate host in my organization that forward all mails to Lotus Server. I configure a disclaimer according to : How To Automatically Add A Disclaimer To Outgoing Emails With alterMIME (Postfix On Debian Etch) | HowtoForge - Linux Howtos and... (1 Reply)
Discussion started by: telnor
1 Replies

4. UNIX for Dummies Questions & Answers

Please help with Postfix config issue - How to allow remote Exchange server to relay to my postfix

Hi guys One of our clients have a problem with sending email to a certain domain. No matter what we try, the mails just dont get delivered. What I did then, is created a new connector on their Exchange server, pointing all mail sent to their client at "domain1" to relay to our Postfix mail... (0 Replies)
Discussion started by: wbdevilliers
0 Replies

5. IP Networking

make ms exchange connect to postfix

hi all. i have setup postfix on a freebsd machine. we have a ms exchange server on the same domain. I want to configure postfix to accept email(n attachments) from the exchange server. can someone advise how to do that ? thanks. (0 Replies)
Discussion started by: coolatt
0 Replies

6. Shell Programming and Scripting

Make file compilation

Hi I am getting the message /usr/bin/ld: skipping incompatible /opt/sybase/01/OCS-12_5/lib/libblk.a when searching for -lblk /usr/bin/ld: cannot find -lblk collect2: ld returned 1 exit status make: *** Error 1 when i am trying to make the makefile. Any idea about this issue. Let... (4 Replies)
Discussion started by: dhanamurthy
4 Replies

7. Linux

Make file compilation

Hi I am getting the message /usr/bin/ld: skipping incompatible /opt/sybase/01/OCS-12_5/lib/libblk.a when searching for -lblk /usr/bin/ld: cannot find -lblk collect2: ld returned 1 exit status make: *** Error 1 when i am trying to make the makefile. Any idea about this issue. Let... (1 Reply)
Discussion started by: dhanamurthy
1 Replies

8. Red Hat

kernel compilation: ncurses issue

Hi, While trying to build the linux kernel - 2.6.24.2, i get the following error message during initial phase(make menuconfig) : scripts/kconfig/lxdialog/dialog.h:32:20: error: curses.h: No such file or directory <=== In file included from scripts/kconfig/lxdialog/checklist.c:24: It seems... (1 Reply)
Discussion started by: amit4g
1 Replies

9. UNIX for Dummies Questions & Answers

Issue with makefile compilation

All, I am facing problem with one makefile compilation. The following is the error I am getting, Before proceeding to this I want to let you know all, only last week onwards I started working in solaris10, the same code is working in solaris 9. I dont know any link has to be created, or any path... (3 Replies)
Discussion started by: nsurendiran
3 Replies

10. Programming

Issue with Makefile compilation

All, I am facing problem with one makefile compilation. The following is the error I am getting <Code> /applns/ora10/rdbms/bin/proc sqlcheck=semantics userid=/ CHAR_MAP=VARCHAR2 DBMS=V7 DEFINE=UNIX DEFINE=SUN_SRC_COMPAT iname=mm5900.pc sh: /applns/ora10/rdbms/bin/proc: not found *** Error... (1 Reply)
Discussion started by: nsurendiran
1 Replies
Login or Register to Ask a Question