LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris and OpenSolaris.
General Sun, SunOS and Sparc related questions also go here.

Notices

Reply
 
LinkBack Search this Thread
Old 08-30-2007, 11:37 AM   #16
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Sun Solaris-Exp-Dev-Edit, Ubuntu 9.10 Karmic Koala AMD64
Posts: 134

Original Poster
Rep: Reputation: 15

WISH error?

Code:
bash-3.00$ ./amsn
./amsn: line 3: exec: wish: not found
bash-3.00$ PATH=$PATH:/opt/csw/bin/wish ./amsn
./amsn: line 3: exec: wish: not found
bash-3.00$ ./amsn --with-wish=/opt/csw/bin/wish
./amsn: line 3: exec: wish: not found
bash-3.00$ /opt/csw/bin/wish
%
Wish does work... what is wrong now?
 
Old 08-30-2007, 11:41 AM   #17
kebabbert
Member
 
Registered: Jul 2005
Posts: 439

Rep: Reputation: 40
I wonder, are there any advantages of AMSN instead of Gaim? Btw, Gaim has changed name to Pidgin. I just wonder, as Ive never heard of AMSN before...
 
Old 08-30-2007, 11:59 AM   #18
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris10, Solaris 11, Ubuntu, OEL
Posts: 9,091

Rep: Reputation: 227Reputation: 227Reputation: 227
Quote:
Originally Posted by LAN-Dominator.nl View Post
Wish does work... what is wrong now?
Run:
Code:
head amsn
truss -f -t exec  ./amsn
and post the output.
 
Old 08-30-2007, 12:00 PM   #19
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Sun Solaris-Exp-Dev-Edit, Ubuntu 9.10 Karmic Koala AMD64
Posts: 134

Original Poster
Rep: Reputation: 15
here comes:

Code:
bash-3.00$ truss -f -t exec  ./amsn
5234:   execve("/usr/bin/bash", 0x08047264, 0x08047270)  argc = 2
./amsn: line 3: exec: wish: not found
bash-3.00$
 
Old 08-30-2007, 12:02 PM   #20
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Sun Solaris-Exp-Dev-Edit, Ubuntu 9.10 Karmic Koala AMD64
Posts: 134

Original Poster
Rep: Reputation: 15
amsn has more features, like extra plugins and skins
 
Old 08-30-2007, 12:05 PM   #21
kebabbert
Member
 
Registered: Jul 2005
Posts: 439

Rep: Reputation: 40
Quote:
Originally Posted by LAN-Dominator.nl View Post
amsn has more features, like extra plugins and skins
I can live with that. I use Pidgin (Gaim) mainly to chat and transfer files. If it looks flashy with skins doesnt matter to me.
 
Old 08-30-2007, 12:15 PM   #22
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris10, Solaris 11, Ubuntu, OEL
Posts: 9,091

Rep: Reputation: 227Reputation: 227Reputation: 227
You missed to post the "head amsn" command output.
 
Old 08-30-2007, 12:16 PM   #23
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Sun Solaris-Exp-Dev-Edit, Ubuntu 9.10 Karmic Koala AMD64
Posts: 134

Original Poster
Rep: Reputation: 15
what do you mean by that? head?
 
Old 08-30-2007, 12:24 PM   #24
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris10, Solaris 11, Ubuntu, OEL
Posts: 9,091

Rep: Reputation: 227Reputation: 227Reputation: 227
The opposite of tail
 
Old 08-30-2007, 12:25 PM   #25
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris10, Solaris 11, Ubuntu, OEL
Posts: 9,091

Rep: Reputation: 227Reputation: 227Reputation: 227
Code:
man head
for details ...
 
Old 08-30-2007, 12:36 PM   #26
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Sun Solaris-Exp-Dev-Edit, Ubuntu 9.10 Karmic Koala AMD64
Posts: 134

Original Poster
Rep: Reputation: 15
lolz i edited the ./amsn

#!/bin/bash
# \
exec wish $0

is now

#!/bin/bash
# \
exec /opt/csw/bin/wish $0
 
Old 08-30-2007, 12:42 PM   #27
kebabbert
Member
 
Registered: Jul 2005
Posts: 439

Rep: Reputation: 40
Execute this command and post the output:

$ head amsn
 
Old 08-30-2007, 12:57 PM   #28
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Sun Solaris-Exp-Dev-Edit, Ubuntu 9.10 Karmic Koala AMD64
Posts: 134

Original Poster
Rep: Reputation: 15
here's the headed:

Code:
bash-3.00$ head ./amsn
#!/bin/bash
# \
exec /opt/csw/bin/wish $0

###
###
################################################################
###                                              ###############
###        Alvaro's Messenger - amsn             ###############
###                                              ###############
bash-3.00$

ps. I'm going to place a full "HOWTO" installation-post on my Opera Community (under copyright of LinuxQuestions.org)

Last edited by LAN-Dominator.nl; 08-30-2007 at 04:48 PM.
 
Old 03-18-2008, 02:20 PM   #29
Mikoliah
LQ Newbie
 
Registered: Mar 2008
Posts: 7

Rep: Reputation: 0
Quote:
Originally Posted by LAN-Dominator.nl View Post
I now know how to install AMSN on Solaris:
I have read this a few times through. I am new to Solaris (like second day) i followed the blastware howto. Now i have downloaded the TCL and the TK and I also have downloaded the amsn (gui downloaded not command line) i tried to open them in Terminal and i dont know what i am doing. what must i do to install TCL/TK and AMSN (along with anything else i need to get started)

the error i get is

bash-3.00# ./configure
checking whether to use symlinks for manpages... no
checking whether to compress the manpages... no
checking whether to add a package name suffix for the manpages... no
checking for gcc... no
checking for cc... cc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
bash-3.00#
My path

/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:
 
Old 03-19-2008, 05:55 AM   #30
kebabbert
Member
 
Registered: Jul 2005
Posts: 439

Rep: Reputation: 40
Quote:
Originally Posted by Mikoliah View Post
I have read this a few times through. I am new to Solaris (like second day) i followed the blastware howto. Now i have downloaded the TCL and the TK and I also have downloaded the amsn (gui downloaded not command line) i tried to open them in Terminal and i dont know what i am doing. what must i do to install TCL/TK and AMSN (along with anything else i need to get started)

the error i get is

bash-3.00# ./configure
checking whether to use symlinks for manpages... no
checking whether to compress the manpages... no
checking whether to add a package name suffix for the manpages... no
checking for gcc... no
checking for cc... cc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
bash-3.00#
My path

/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:
Solaris can not find a C compiler.

There is at least one C compiler included. You must include it in the path. It is located somewhere in /opt/CSW... or something.
 
  


Reply

Tags
amsn, solaris


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
install amsn eytan *BSD 4 03-25-2005 05:01 PM
Can't install amsn!! harpuia Linux - Software 2 12-31-2004 12:10 AM
Help me with AMSN install HOHCEHC Debian 6 05-17-2004 07:48 AM
how do you install aMSN? amklein Linux - Newbie 1 04-04-2004 03:06 PM
how to install amsn madskillz Linux - Newbie 4 10-04-2003 10:46 PM


All times are GMT -5. The time now is 02:45 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration