Re: ELF file ABI version invalid

2003-08-20 Thread Yusuf UZUNAY
i tried it too! But no result! :(

--- Kenneth Culver [EMAIL PROTECTED] wrote:
 If it's a linux program you want to brandelf using
 Linux instead of
 FreeBSD as the name.
 
 Ken
 
 On Tue, 19 Aug 2003, Yusuf UZUNAY wrote:
 
  In the programs /bin directory there is aaad and
  aaa.out files
  normally
  # aaad -start
  initialize the daemon!
  At this point this error occurs
  aaa.out: error while loading shared libraries:
  /lib/libaaa.so.2: ELF file ABI version invalid
  I entered /lib directory and gave this command(as
 you
  say)
  #brandelf -t FreeBSD libaaa.so.2
  and run again aaad -start
  at this time i got this error
  error while loading shared libraries:
  /lib/libaaa.so.2: ELF file OS ABI invalid
  Then i gave same command to aaa.out
  #brandelf -t FreeBSD aaa.out
  Now it doesn't give error! But there is a small
  problem! it doesn't work though it doesn't give
 any
  error!!! :(
 
  Please Help!
 
 
  --- Kenneth Culver [EMAIL PROTECTED] wrote:
   man brandelf
  
  
   On Tue, 19 Aug 2003, Yusuf UZUNAY wrote:
  
Hi!
when i was trying to run a linux program in
   FreeBSD i
take an error like ELF file ABI version
 invalid!
   Ýs
there anyone who has got some idea about this
   error?
Thanks!
-yusuf
   
   
__
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
   
 ___
[EMAIL PROTECTED] mailing list
   
  
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
   [EMAIL PROTECTED]
   
   ___
   [EMAIL PROTECTED] mailing list
  
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
 
  __
  Do you Yahoo!?
  The New Yahoo! Search - Faster. Easier. Bingo.
  http://search.yahoo.com
 


__
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ELF file ABI version invalid

2003-08-20 Thread Kenneth Culver
Are you sure you're running the linux emulator kernel module?

Ken

On Wed, 20 Aug 2003, Yusuf UZUNAY wrote:

 i tried it too! But no result! :(

 --- Kenneth Culver [EMAIL PROTECTED] wrote:
  If it's a linux program you want to brandelf using
  Linux instead of
  FreeBSD as the name.
 
  Ken
 
  On Tue, 19 Aug 2003, Yusuf UZUNAY wrote:
 
   In the programs /bin directory there is aaad and
   aaa.out files
   normally
   # aaad -start
   initialize the daemon!
   At this point this error occurs
   aaa.out: error while loading shared libraries:
   /lib/libaaa.so.2: ELF file ABI version invalid
   I entered /lib directory and gave this command(as
  you
   say)
   #brandelf -t FreeBSD libaaa.so.2
   and run again aaad -start
   at this time i got this error
   error while loading shared libraries:
   /lib/libaaa.so.2: ELF file OS ABI invalid
   Then i gave same command to aaa.out
   #brandelf -t FreeBSD aaa.out
   Now it doesn't give error! But there is a small
   problem! it doesn't work though it doesn't give
  any
   error!!! :(
  
   Please Help!
  
  
   --- Kenneth Culver [EMAIL PROTECTED] wrote:
man brandelf
   
   
On Tue, 19 Aug 2003, Yusuf UZUNAY wrote:
   
 Hi!
 when i was trying to run a linux program in
FreeBSD i
 take an error like ELF file ABI version
  invalid!
Ýs
 there anyone who has got some idea about this
error?
 Thanks!
 -yusuf


 __
 Do you Yahoo!?
 The New Yahoo! Search - Faster. Easier. Bingo.
 http://search.yahoo.com

  ___
 [EMAIL PROTECTED] mailing list

   
  
 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
   
  
 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
   [EMAIL PROTECTED]
  
  
   __
   Do you Yahoo!?
   The New Yahoo! Search - Faster. Easier. Bingo.
   http://search.yahoo.com
  


 __
 Do you Yahoo!?
 The New Yahoo! Search - Faster. Easier. Bingo.
 http://search.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ELF file ABI version invalid

2003-08-19 Thread Kenneth Culver
man brandelf


On Tue, 19 Aug 2003, Yusuf UZUNAY wrote:

 Hi!
 when i was trying to run a linux program in FreeBSD i
 take an error like ELF file ABI version invalid! Ýs
 there anyone who has got some idea about this error?
 Thanks!
 -yusuf


 __
 Do you Yahoo!?
 The New Yahoo! Search - Faster. Easier. Bingo.
 http://search.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ELF file ABI version invalid

2003-08-19 Thread Yusuf UZUNAY
In the programs /bin directory there is aaad and
aaa.out files
normally 
# aaad -start
initialize the daemon!
At this point this error occurs
aaa.out: error while loading shared libraries:
/lib/libaaa.so.2: ELF file ABI version invalid 
I entered /lib directory and gave this command(as you
say)
#brandelf -t FreeBSD libaaa.so.2
and run again aaad -start
at this time i got this error
error while loading shared libraries:
/lib/libaaa.so.2: ELF file OS ABI invalid
Then i gave same command to aaa.out
#brandelf -t FreeBSD aaa.out
Now it doesn't give error! But there is a small
problem! it doesn't work though it doesn't give any
error!!! :(

Please Help!


--- Kenneth Culver [EMAIL PROTECTED] wrote:
 man brandelf
 
 
 On Tue, 19 Aug 2003, Yusuf UZUNAY wrote:
 
  Hi!
  when i was trying to run a linux program in
 FreeBSD i
  take an error like ELF file ABI version invalid!
 Ýs
  there anyone who has got some idea about this
 error?
  Thanks!
  -yusuf
 
 
  __
  Do you Yahoo!?
  The New Yahoo! Search - Faster. Easier. Bingo.
  http://search.yahoo.com
  ___
  [EMAIL PROTECTED] mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 ___
 [EMAIL PROTECTED] mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


__
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]