--- [EMAIL PROTECTED] wrote: > Hello Randy, > Tanks a lot to share my problem, I try to provide > all the info you need. > > > So far, I've been able to build up with success > LFS611-20060101 > > Correction, It is SVN-20051223 > > I did'nt made any deviation event not using any > package manager. > What has been install from blfs: > > libedit > bc-1.06 > openssl-0.9.71 > openssh-4.2p1 > dhcpcd-1.3.22-p14 > iptables-1.3.3 > gnupg-1.4.2 > > I use copy/paste the from the Online manual: > ************** > cd source && > sed -i "60s/lib\[2/lib[1/" python/setup.py && > ./configure \ > --prefix=/usr \ > --sysconfdir=/etc \ > --localstatedir=/var \ > --with-piddir=/var/run \ > --with-fhs \ > --with-smbmount && > make > ************* > Here is the tail > ************************************* > Compiling nsswitch/winbindd_async.c > nsswitch/winbindd_async.c: In function > 'winbindd_dual_getsidaliases': > nsswitch/winbindd_async.c:872: attention : pointer > targets in passing argument > 5 of 'domain->methods->lookup_useraliases' differ in > signedness > Compiling sam/idmap.c > Compiling sam/idmap_util.c > Compiling sam/idmap_tdb.c > Linking bin/winbindd > Compiling client/client.c > Compiling client/clitar.c > Compiling lib/readline.c > In file included from lib/readline.c:28: > /usr/include/readline/history.h:46: erreur: > redefinition of 'struct _hist_entry' > /usr/include/readline/history.h:83: erreur: > conflicting types for 'add_history' > /usr/local/include/readline/readline.h:94: erreur: > previous declaration of > 'add_history' was here > lib/readline.c: In function 'smb_readline': > lib/readline.c:108: erreur: 'rl_event_hook' > undeclared (first use in this > function) > lib/readline.c:108: erreur: (Chaque identificateur > non déclaré est rapporté > une seule fois > lib/readline.c:108: erreur: pour chaque fonction > dans laquelle il apparaît.) > make: *** [lib/readline.o] Erreur 1 > ********************************************* > Sorry it a little bit in French
Hi Just to add some point to what Randy reply, as I had a similar issue some time past. If you've installed readline and libedit, and not with the same prefix, these two libraries have each the files history.h and readline.h, and even if they're not exactly the same, they define the same items. So it explains the 'previous declaration' message. It seems that you must choose between readline and libedit, but can't have the two in the standard paths. Hope this help you. G. Moko __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
