On 2/12/07, Alexander Motin <[EMAIL PROTECTED]> wrote:
> I am glad to present you the first stable release of mpd4.x branch - the
> mpd4.1!
>
> It has almost a two years passed since last stable release of mpd3.18
> and I must say that this time wasn't spent useless. Comparing to the
> 3.18, release 4.1 presents:
> - performance multithreading auth backend,
> - IPv6 support,
> - L2TP link type,
> - working TCP and UDP link types,
> - NetFlow,
> - NAT,
> - new Telnet console,
> - WEB interface,
> - Deflate and Predictor-1 traffic compression,
> - DESE-bis traffic encryption,
> - _HUGE_ amount of bug fixes, refactoring cases and performance
> optimizations.
>
> Considering above, the mpd3.x branch is announced as legacy and will not
> be anymore supported and updated. All mpd users are strongly recommended
> to upgrade to the latest 4.x release.
>
> Complete change log of MPD4 branch you can find here:
> http://mpd.sourceforge.net/doc/mpd5.html
>
> You can download mpd in source form here:
> http://sourceforge.net/project/showfiles.php?group_id=14145
> , or install it via FreeBSD ports system.
>
> --
> Alexander Motin [EMAIL PROTECTED]
> _______________________________________________
> freebsd-net@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

Great work!

However, I can no longer compile mpd4 as static:

cc -static  -DPATH_CONF_DIR=\"/usr/local/etc/mpd4\"
-DSYSLOG_FACILITY=LOG_DAEMON -DMPD_VERSION='"4.1
([EMAIL PROTECTED] 13:54 13-Feb-2007)"' -g -Wall  -Wcast-align
 -Wchar-subscripts  -Wformat  -Winline  -Wmissing-declarations
-Wmissing-prototypes  -Wnested-externs  -Wpointer-arith
-Wwrite-strings  -pthread  -I/usr/local/include -DPHYSTYPE_MODEM
-DPHYSTYPE_UDP -DPHYSTYPE_TCP -DPHYSTYPE_NG_SOCKET -DPHYSTYPE_PPTP
-DPHYSTYPE_PPPOE -DPHYSTYPE_L2TP -DCOMPRESSION_PRED1
-DCOMPRESSION_DEFLATE -DENCRYPTION_DES
-rpath=/usr/lib:/usr/local/lib -o mpd4 modem.o chat.o udp.o tcp.o ng.o
pptp.o pptp_ctrl.o pppoe.o l2tp.o l2tp_avp.o l2tp_ctrl.o ccp_pred1.o
ccp_deflate.o ecp_dese.o ecp_dese_bis.o assert.o auth.o bund.o ccp.o
chap.o console.o command.o ecp.o fsm.o iface.o input.o ip.o ipcp.o
ipv6cp.o lcp.o link.o log.o main.o mbuf.o mp.o msg.o ngfunc.o pap.o
phys.o proto.o radius.o timer.o util.o vars.o custom.o eap.o
ccp_mppc.o msoft.o web.o event.o -lmd -lwrap -lcrypt -lopie -lutil
-lnetgraph -L/usr/lib -lradius -L/usr/local/lib -lpdel -lssl -lexpat
-lcrypto
/usr/lib/libopie.a(hashlen.o)(.text+0x9f): In function `opiehashlen':
: undefined reference to `MD4Init'
/usr/lib/libopie.a(hashlen.o)(.text+0xaa): In function `opiehashlen':
: undefined reference to `MD4Update'
/usr/lib/libopie.a(hashlen.o)(.text+0xb6): In function `opiehashlen':
: undefined reference to `MD4Final'
/usr/lib/libopie.a(hashlen.o)(.text+0xd8): In function `opiehashlen':
: undefined reference to `MD5Init'
/usr/lib/libopie.a(hashlen.o)(.text+0xe3): In function `opiehashlen':
: undefined reference to `MD5Update'
/usr/lib/libopie.a(hashlen.o)(.text+0xef): In function `opiehashlen':
: undefined reference to `MD5Final'
/usr/lib/libopie.a(hash.o)(.text+0x87): In function `opiehash':
: undefined reference to `MD4Init'
/usr/lib/libopie.a(hash.o)(.text+0x93): In function `opiehash':
: undefined reference to `MD4Update'
/usr/lib/libopie.a(hash.o)(.text+0xa2): In function `opiehash':
: undefined reference to `MD4Final'
/usr/lib/libopie.a(hash.o)(.text+0xcd): In function `opiehash':
: undefined reference to `MD5Init'
/usr/lib/libopie.a(hash.o)(.text+0xd9): In function `opiehash':
: undefined reference to `MD5Update'
/usr/lib/libopie.a(hash.o)(.text+0xe8): In function `opiehash':
: undefined reference to `MD5Final'
*** Error code 1

Stop in /usr/ports/net/mpd4/work/mpd-4.1/src.
*** Error code 1

Stop in /usr/ports/net/mpd4/work/mpd-4.1.
*** Error code 1

Stop in /usr/ports/net/mpd4.
builder6#

mpd3 compiles just fine as static.

Can anyone shed some light on the needed additions to the Makefile?  I
really would like to include this in our new version of pfSense.

Thanks!

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mpd-users mailing list
Mpd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mpd-users

Reply via email to