All, This morning, I upgraded samba to version 3.5 on CentOS 4.6 and 5.4 boxes. When trying to run any "net" command, I get the following message: net: symbol lookup error: /usr/lib/libreadline.so.x: undefined symbol: PC Additionally, while I can see my shares, I can't see any of the data in them. What does the error indicate, and how can I fix it. Thanks. Dimitri -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
> (...) When trying to run > any "net" command, I get the following message: > > net: symbol lookup > error: /usr/lib/libreadline.so.x: undefined > symbol: PCAs far as I know, the problem arises as a consequence of a bug in RHEL/CentOS 5.x. The Samba team is already aware of the problem and a fix will be available soon.
samba-bounces at lists.samba.org wrote on 03/04/2010 05:35:06 PM:> > > (...) When trying to run > > any "net" command, I get the following message: > > > > net: symbol lookup > > error: /usr/lib/libreadline.so.x: undefined > > symbol: PC > > As far as I know, the problem arises as a consequence of a bug in > RHEL/CentOS 5.x. The Samba team is already aware of the problem and a > fix will be available soon.For now you can use LDFLAGS=-W1,--no-as-needed> > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba
On Thursday 04 March 2010 5:40:34 pm you wrote:> samba-bounces at lists.samba.org wrote on03/04/2010 05:35:06 PM:> > > (...) When trying to run > > > any "net" command, I get the following > > > message: > > > > > > net: symbol lookup > > > error: /usr/lib/libreadline.so.x: undefined > > > symbol: PC > > > > As far as I know, the problem arises as a > > consequence of a bug in RHEL/CentOS 5.x. The > > Samba team is already aware of the problem > > and a fix will be available soon. > > For now you can use LDFLAGS=-W1,--no-as-needed > > > -- > > To unsubscribe from this list go to the > > following URL and read the instructions: > > https://lists.samba.org/mailman/options/sambaStuart, Sorry for my stupidity, but how do I use/invoke "LDFLAGS=-W1,--no-as-needed"? Dimitri -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
On Thursday 04 March 2010 5:35:06 pm you wrote:> > (...) When trying to run > > any "net" command, I get the following > > message: > > > > net: symbol lookup > > error: /usr/lib/libreadline.so.x: undefined > > symbol: PC > > As far as I know, the problem arises as a > consequence of a bug in RHEL/CentOS 5.x. The > Samba team is already aware of the problem and > a fix will be available soon.I see. But, I also got the error in CentOS 4.6. Hope the team is working on that, as well. Thanks. for the info. Dimitri -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
samba-bounces at lists.samba.org wrote on 03/04/2010 05:48:25 PM:> On Thursday 04 March 2010 5:40:34 pm you wrote: > > samba-bounces at lists.samba.org wrote on > 03/04/2010 05:35:06 PM: > > > > (...) When trying to run > > > > any "net" command, I get the following > > > > message: > > > > > > > > net: symbol lookup > > > > error: /usr/lib/libreadline.so.x: undefined > > > > symbol: PC > > > > > > As far as I know, the problem arises as a > > > consequence of a bug in RHEL/CentOS 5.x. The > > > Samba team is already aware of the problem > > > and a fix will be available soon. > > > > For now you can use LDFLAGS=-W1,--no-as-needed > > > > > -- > > > To unsubscribe from this list go to the > > > following URL and read the instructions: > > > https://lists.samba.org/mailman/options/samba > > Stuart, > > Sorry for my stupidity, but how do I > use/invoke "LDFLAGS=-W1,--no-as-needed"? >No stupid questions here :) LDFLAGS=-W1,--no-as-needed ./configure-developer make> Dimitri > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba