Linux-Opera problem

2004-07-01 Thread Bruce Hunter
When I try and run linux-opera, i get this error.

[EMAIL PROTECTED] rehash
[EMAIL PROTECTED] linux-opera
ELF binary type 0 not known.
ELF binary type 0 not known.
/usr/X11R6/share/linux-opera/bin/opera: 1: Syntax error: ( unexpected

what does that mean? What should I do?

Bruce

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


Re: Linux-Opera problem

2004-07-01 Thread Mike Hogsett


 When I try and run linux-opera, i get this error.
 
 [EMAIL PROTECTED] rehash
 [EMAIL PROTECTED] linux-opera
 ELF binary type 0 not known.
 ELF binary type 0 not known.
 /usr/X11R6/share/linux-opera/bin/opera: 1: Syntax error: ( unexpected
 
 what does that mean? What should I do?

Try doing (as root of course)

; kldload linux

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


Re: Linux-Opera problem

2004-07-01 Thread Bruce Hunter
On Thu, 2004-07-01 at 15:34, Mike Hogsett wrote:
  When I try and run linux-opera, i get this error.
  
  [EMAIL PROTECTED] rehash
  [EMAIL PROTECTED] linux-opera
  ELF binary type 0 not known.
  ELF binary type 0 not known.
  /usr/X11R6/share/linux-opera/bin/opera: 1: Syntax error: ( unexpected
  
  what does that mean? What should I do?
 
 Try doing (as root of course)
 
 ; kldload linux
 
I tried what you asked:
This is what happened..

[EMAIL PROTECTED] su
Password:
solid# kldload linux
solid# linux-opera
Session management error: Authentication Rejected, reason : None of the
authentication protocols specified are supported and host-based
authentication failed
cannot open file /usr/X11R6/lib/X11/XftConfig
Segmentation fault (core dumped)

Bruce

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


Re: Linux-Opera problem

2004-07-01 Thread Gautam Gopalakrishnan
On Thu, 01 Jul 2004 15:02:41 -0400, Bruce Hunter [EMAIL PROTECTED] wrote:
 
 When I try and run linux-opera, i get this error.
 
 [EMAIL PROTECTED] rehash
 [EMAIL PROTECTED] linux-opera
 ELF binary type 0 not known.
 ELF binary type 0 not known.
 /usr/X11R6/share/linux-opera/bin/opera: 1: Syntax error: ( unexpected

Maybe you can try brandelf(1)

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


Re: Linux-Opera problem

2004-07-01 Thread epilogue
On Thu, 01 Jul 2004 15:54:31 -0400
Bruce Hunter [EMAIL PROTECTED] wrote:

 On Thu, 2004-07-01 at 15:34, Mike Hogsett wrote:
   When I try and run linux-opera, i get this error.
   
   [EMAIL PROTECTED] rehash
   [EMAIL PROTECTED] linux-opera
   ELF binary type 0 not known.
   ELF binary type 0 not known.
   /usr/X11R6/share/linux-opera/bin/opera: 1: Syntax error: (
   unexpected
   
   what does that mean? What should I do?
  
  Try doing (as root of course)
  
  ; kldload linux
  
 I tried what you asked:
 This is what happened..
 
 [EMAIL PROTECTED] su
 Password:
 solid# kldload linux
 solid# linux-opera
 Session management error: Authentication Rejected, reason : None of the
 authentication protocols specified are supported and host-based
 authentication failed
 cannot open file /usr/X11R6/lib/X11/XftConfig
 Segmentation fault (core dumped)

i don't have /usr/X11R6/lib/X11/XftConfig either, but my linux-opera
runs just fine.  i'm not sure that this is the problem.

do you have one of the linux_base ports installed?

-- if no, you'll need one.
-- if yes, give pkgdb -Fu a try and see if that clears anything up.

also try running opera as a normal user.  your root account may not have
the same 'environment variables' set as you regular account.  (a problem
i've run into in the past which gave me curious X related error messages)


good luck,
epi


 
 Bruce
 
 ___
 [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: Linux-Opera problem

2004-07-01 Thread Bruce Hunter
On Thu, 2004-07-01 at 16:55, epilogue wrote:
 On Thu, 01 Jul 2004 15:54:31 -0400
 Bruce Hunter [EMAIL PROTECTED] wrote:
 
  On Thu, 2004-07-01 at 15:34, Mike Hogsett wrote:
When I try and run linux-opera, i get this error.

[EMAIL PROTECTED] rehash
[EMAIL PROTECTED] linux-opera
ELF binary type 0 not known.
ELF binary type 0 not known.
/usr/X11R6/share/linux-opera/bin/opera: 1: Syntax error: (
unexpected

what does that mean? What should I do?
   
   Try doing (as root of course)
   
   ; kldload linux
   
  I tried what you asked:
  This is what happened..
  
  [EMAIL PROTECTED] su
  Password:
  solid# kldload linux
  solid# linux-opera
  Session management error: Authentication Rejected, reason : None of the
  authentication protocols specified are supported and host-based
  authentication failed
  cannot open file /usr/X11R6/lib/X11/XftConfig
  Segmentation fault (core dumped)
 
 i don't have /usr/X11R6/lib/X11/XftConfig either, but my linux-opera
 runs just fine.  i'm not sure that this is the problem.
 
 do you have one of the linux_base ports installed?
 
 -- if no, you'll need one.
 -- if yes, give pkgdb -Fu a try and see if that clears anything up.
 
 also try running opera as a normal user.  your root account may not have
 the same 'environment variables' set as you regular account.  (a problem
 i've run into in the past which gave me curious X related error messages)
 
 
 good luck,
 epi
 
 
I ran linux-opera as a normal user and it ran, I really don't understand
why it won't run for root. Not like I should be running it as root.

hmm..

Bruce

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