On 3/15/06, Asfihani <[EMAIL PROTECTED]> wrote: > rednux wrote: > > Kawan, > > > > saya mencoba 'compile' courierpassd yg mana sebelum2nya sudah saya > > install courier-imap + courier-authlib : namun ada error saat compile > > courierpassd > > > > ## cek library > > $ls /usr/local/courier-authlib > > bin etc include lib libexec man sbin var > > $locate courierauthconfig > > /usr/local/src/mail/courier-authlib-0.57/courierauthconfig > > /usr/local/courier-authlib/bin/courierauthconfig > > > > ## install courierpassd > > $./configure --with-couriersrc=/usr/local/src/mail/courier-imap-4.0.6 > > --with-courierauthlib=/usr/local/courier-authlib > > > > checking for courierauthconfig... no > > configure: WARNING: === Courier authentication library not found. > > configure: WARNING: === You need to download and install > > configure: WARNING: === http://www.courier-mta.org/download.php#authlib > > first. > > configure: WARNING: === If courier-authlib is installed in a non-default > > configure: WARNING: === directory, set the COURIERAUTHCONFIG environment > > configure: WARNING: === variable to the full path to the courierauthconfig > > configure: WARNING: === binary and rerun this configure script. > > configure: WARNING: > > configure: error: courierauthconfig not found > > > > Kalau boleh tahu ini menggunakan courierpassd versi berapa ya? > courierpassd-1.0.1, anda tidak membutuhkan courier-authlib, butuh > argumen --with-couriersrc pada waktu ./configure. Kalau versi 1.1.0, > butuh courier-authlib tidak ada argumen tersebut. > > Apakah sudah dicoba: > > COURIERAUTHCONFIG=/usr/local/courier-authlib/bin/courierauthconfig > export COURIERAUTHCONFIG > ./configure > > Wassalam, > > Asfihani > > pak asfihani, saya coba menggunakan courierpassd-1.1.0 $COURIERAUTHCONFIG=/usr/local/courier-authlib/bin/courierauthconfig export COURIERAUTHCONFIG $./configure
## configure: WARNING: === Courier authentication library not found. configure: WARNING: === You need to download and install configure: WARNING: === http://www.courier-mta.org/download.php#authlib first. configure: WARNING: === If courier-authlib is installed in a non-default configure: WARNING: === directory, set the COURIERAUTHCONFIG environment configure: WARNING: === variable to the full path to the courierauthconfig configure: WARNING: === binary and rerun this configure script. configure: WARNING: configure: error: courierauthconfig not found ## atau saya coba $ COURIERAUTHCONFIG=/usr/local/courier-authlib/bin/courierauthconfig ./configure $ make && make install ## courierpassd.h:26:25: error: courierauth.h: No such file or directory courierpassd.h:27:30: error: courierauthdebug.h: No such file or directory courierpassd.c:79: warning: âstruct authinfoâ declared inside parameter list courierpassd.c:79: warning: its scope is only this definition or declaration, which is probably not what you want courierpassd.c:84: warning: âstruct authinfoâ declared inside parameter list courierpassd.c: In function âcallback_preâ: courierpassd.c:88: error: dereferencing pointer to incomplete type courierpassd.c:89: error: dereferencing pointer to incomplete type courierpassd.c:90: error: dereferencing pointer to incomplete type courierpassd.c:91: error: dereferencing pointer to incomplete type make[2]: *** [courierpassd.o] Error 1 make[2]: Leaving directory `/usr/local/src/mail/courierpassd-1.1.0' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/mail/courierpassd-1.1.0' make: *** [all-recursive-am] Error 2 ## mohon pencerahannya... :D -- FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab Unsubscribe: kirim email ke [EMAIL PROTECTED] Arsip dan info milis selengkapnya di http://linux.or.id/milis
