LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   postfix problem!!or not?? (https://www.linuxquestions.org/questions/slackware-14/postfix-problem-or-not-611979/)

sunny_5252 01-08-2008 07:44 AM

postfix problem!!or not??
 
I deleted apache mysql php cyrus-sasl in my slackware 11 default installed..and compiled them with source code packages..
httpd+mysql+php working well then i compile some packages for postfix


root@darkstar:/mnt/hda1/postfix/courier-authlib-0.60.2# ./configure --with-redhat --with-mailuser=vmail --with-mailgroup=vmail --with-authmysql --prefix=/usr/local/courier-authlib --without-stdheaderdir --with-mysql-libs=/usr/local/mysql/lib/mysql --with-mysql-includes=/usr/local/mysql/include/mysql

root@darkstar:/mnt/hda1/postfix/cyrus-sasl-2.1.22# ./configure --prefix=/usr/local/cyrus-sasl --disable-anon --enable-plain --enable-login --enable-sql --with-mysql=/usr/local/mysql --with-mysql-libs=/usr/local/mysql/lib/mysql --with-mysql-includes=/usr/local/mysql/include/mysql --with-authdaemond=/usr/local/courier-authlib/var/spool/authdaemon/socket

ln -s /usr/local/cyrus-sasl/lib/sasl2 /usr/lib/sasl2

# ln -sv /usr/local/cyrus-sasl/lib/* /usr/local/lib
# ln -sv /usr/local/cyrus-sasl/include/sasl/* /usr/local/include

mkdir -pv /var/state/saslauthd



make makefiles 'CCARGS=-DHAS_MYSQL -I/usr/local/mysql/include/mysql -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/local/cyrus-sasl/include/sasl/' 'AUXLIBS=-L/usr/local/mysql/lib/mysql -lmysqlclient -lz -lm -L/usr/local/cyrus-sasl/lib/sasl2 -lsasl2'

root@net-server:/# ln -s /etc/postfix/aliases /etc/aliases
root@net-server:/# newaliases


root@darkstar:~# cat /etc/ld.so.conf
/usr/local/lib
/usr/X11R6/lib
/usr/i486-slackware-linux/lib
/opt/kde/lib
/usr/lib/qt/lib
/usr/local/cyrus-sasl/lib
/usr/local/cyrus-sasl/lib/sasl2
/usr/local/mysql/lib/mysql



my /etc/rc.d/rc.local

/usr/local/mysql/bin/mysqld_safe &
/usr/local/apache2/bin/apachectl start
/usr/local/courier-authlib/courier-authlib.sysvinit start
/usr/local/cyrus-sasl/sbin/saslauthd -a shadow pam

my question is compile postfix show some messages

root@darkstar:/mnt/hda1/postfix/postfix-2.4.6# make makefiles 'CCARGS=-DHAS_MYSQL -I/usr/local/mysql/include/mysql -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/local/cyrus-sasl/include/sasl/' 'AUXLIBS=-L/usr/local/mysql/lib/mysql -lmysqlclient -lz -lm -L/usr/local/cyrus-sasl/lib/sasl2 -lsasl2

and make appear many about epoll_create and epoll_ctl and epoll_wait ..

/mnt/hda1/postfix/postfix-2.4.6/src/util/events.c:551: warning: warning: epoll_create is not implemented and will always fail
../../lib/libutil.a(events.o)(.text+0x58c): In function `event_enable_read':
/mnt/hda1/postfix/postfix-2.4.6/src/util/events.c:686: warning: warning: epoll_ctl is not implemented and will always fail
../../lib/libutil.a(events.o)(.text+0xc47): In function `event_loop':
/mnt/hda1/postfix/postfix-2.4.6/src/util/events.c:994: warning: warning: epoll_wait is not implemented and will always fail
cp tlsmgr ../../libexec


what reason? what's result if epoll don't work?

thanks all!

trickykid 01-14-2008 03:35 PM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.


All times are GMT -5. The time now is 03:17 PM.