LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 08-30-2007, 10:37 AM   #16
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

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, 10:41 AM   #17
kebabbert
Member
 
Registered: Jul 2005
Posts: 527

Rep: Reputation: 46
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, 10:59 AM   #18
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
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, 11:00 AM   #19
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

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, 11:02 AM   #20
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

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

Rep: Reputation: 46
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, 11:15 AM   #22
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
You missed to post the "head amsn" command output.
 
Old 08-30-2007, 11:16 AM   #23
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

Original Poster
Rep: Reputation: 15
what do you mean by that? head?
 
Old 08-30-2007, 11:24 AM   #24
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
The opposite of tail
 
Old 08-30-2007, 11:25 AM   #25
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Code:
man head
for details ...
 
Old 08-30-2007, 11:36 AM   #26
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

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, 11:42 AM   #27
kebabbert
Member
 
Registered: Jul 2005
Posts: 527

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

$ head amsn
 
Old 08-30-2007, 11:57 AM   #28
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Ubuntu 12.04; CentOS 6.5
Posts: 137

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 03:48 PM.
 
Old 03-18-2008, 01: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, 04:55 AM   #30
kebabbert
Member
 
Registered: Jul 2005
Posts: 527

Rep: Reputation: 46
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



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



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

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 04:58 AM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration