Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

problems for export LD_ASSUME_KERNEL=2.4.1 on Mandriva 2007

Status
Not open for further replies.

elantra

Member level 2
Joined
Dec 17, 2002
Messages
45
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Activity points
239
ld_assume_kernel problems

If I add export LD_ASSUME_KERNEL=2.4.1 in my .bashrc file,
I will get problem to login. Only after I removed this sentence, I can login as usual.

The same thing happens with SUSE SLED 10 or SUSE SLEE 10.

Any one else has the same problem?

By the way, Mandriva 2006 seems to be ok.


If you can help me, please let me know, thanks a lot.

:cry:
 

What about not adding it to the .bashrc file, but running it after you sucessfully login and get a shell?
 

    elantra

    Points: 2
    Helpful Answer Positive Rating
You may add LD_ASSUME_KERNEL=2.4.1 to specific programs only. For example:
alias icfb="LD_ASSUME_KERNEL=2.4.1 icfb"
 

    elantra

    Points: 2
    Helpful Answer Positive Rating
Re: problems for export LD_ASSUME_KERNEL=2.4.1 on Mandriva 2

Thanks for the advice , I'll try.

Linux platform changes so quick, if it is not for my new video card, I'd like to choose the older one.
 

Re: problems for export LD_ASSUME_KERNEL=2.4.1 on Mandriva 2

export LD_ASSUME_KERNEL=2.4.1

is only for ICXXXX

I would not use it for every other prog
 

If you install RHEL 4, you will not need it.
 

yes, you will not enounter the problem in RHEL3U6
 

Re: problems for export LD_ASSUME_KERNEL=2.4.1 on Mandriva 2

elantra said:
If I add export LD_ASSUME_KERNEL=2.4.1 in my .bashrc file, I will get problem to login. Only after I removed this sentence, I can login as usual.
What version of the kernel are you using. Post here
Code:
uname -r
What happens when you write in terminal
Code:
export LD_ASSUME_KERNEL=2.4.1

I have the same problem in FC6. It all about LinuxThreads and NTPL in last versions of the kernel.
 

I guess the glibc version in FC6 is too new to be used for ICxxxx.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top