image
image

Go Back   macosx.com > Mac Help Forums > Mac OS X System & Mac Software

Reply
 
Thread Tools
  #1  
Old December 24th, 2002, 02:10 AM
Registered User
 
Join Date: Aug 2001
Location: D/FW Texas
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
brody is on a distinguished road
problems with CLI apps after upgrading to 10.2

I recently finally upgraded to 10.2 and then installed the combined update to 10.2.3 and found that none of my CLI apps work anymore such as pine, lynx, bitchx, wget, ect... and the /configure command doest work. Does anyone know whats up with this? Do i need to reinstall these apps?
Thanks

Last edited by brody; December 24th, 2002 at 10:56 PM.
Reply With Quote
  #2  
Old December 24th, 2002, 02:15 PM
LordOphidian's Avatar
Adjutant On-Line
 
Join Date: Sep 2001
Location: Mesa, Az
Posts: 354
Thanks: 0
Thanked 0 Times in 0 Posts
LordOphidian is on a distinguished road
Did you rebuild the apps after you installed 10.2? When I installed 10.2 (using the backup/install method provided by the installer) I had this problem because the installer didn't save any of my unix land stuff. I still had all the tarballs so I just when into each and did a 'make clean' and then the usual ./configure; make; make install process
__________________
iMac 800 15", Mac OS X 10.3.2
Dell OptiPlex GX200, RedHat Linux (ugg) 9
Reply With Quote
  #3  
Old December 24th, 2002, 11:00 PM
Registered User
 
Join Date: Aug 2001
Location: D/FW Texas
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
brody is on a distinguished road
No, i didnt use the backup method or save the original tarballs , i was also still using the older dev tools. I'm guessing my only option is to reinstall allot of stuff huh?
Reply With Quote
  #4  
Old December 25th, 2002, 10:03 AM
~departed~
 
Join Date: Jul 2002
Location: Kansas City, MO
Posts: 457
Thanks: 0
Thanked 0 Times in 0 Posts
gatorparrots is on a distinguished road
Are you using tcsh as your shell? If so, Apple hobbled the default configuration in 10.2. To restore it to the previous usable 10.1.x defaults, do this:
sudo -s
echo "source /usr/share/tcsh/examples/rc" >> /etc/csh.cshrc
echo "source /usr/share/tcsh/examples/login" >> /etc/csh.login
echo "source /usr/share/tcsh/examples/logout" >> /etc/csh.logout
exit


This will get back your "missing" programs like wget as well by fixing your PATH.
Reply With Quote
  #5  
Old December 25th, 2002, 01:31 PM
Registered User
 
Join Date: Aug 2001
Location: D/FW Texas
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
brody is on a distinguished road
Didnt seem to work, this is what i got
[brody:~] brody% sudo -s
Password:
[brody:~] root# echo "source /usr/share/tcsh/examples/rc" >> /etc/csh.cshrc
[brody:~] root# echo "source /usr/share/tcsh/examples/login" >> /etc/csh.login
[brody:~] root# echo "source /usr/share/tcsh/examples/logout" >> /etc/csh.logout
[brody:~] root# exit
exit
[brody:~] brody% BitchX
BitchX: Command not found.
[brody:~] brody% ./BitchX
./BitchX: Command not found.
[brody:~] brody% wget
wget: Command not found.
[brody:~] brody% pine
dyld: pine Undefined symbols:
_tgetent
_tgetflag
_tgetnum
_tgetstr
_tgoto
_tputs
Trace/BPT trap
[brody:~] brody%
Reply With Quote
  #6  
Old December 25th, 2002, 02:37 PM
Tech
 
Join Date: Jun 2001
Location: Dover, DE
Posts: 3,871
Thanks: 0
Thanked 28 Times in 28 Posts
DeltaMac will become famous soon enough
Did you install the BSD subsystem and the updated dev tools since updating to 10.2 and on?
__________________
Serendipity is a lucky guess !
Reply With Quote
  #7  
Old December 25th, 2002, 06:08 PM
~departed~
 
Join Date: Jul 2002
Location: Kansas City, MO
Posts: 457
Thanks: 0
Thanked 0 Times in 0 Posts
gatorparrots is on a distinguished road
Re-source

Did you re-source your init files either with:
source ~/.tcshrc
or opening a new terminal window?
Reply With Quote
  #8  
Old December 25th, 2002, 06:57 PM
slur's Avatar
Geek / Hedonist
 
Join Date: Dec 2000
Location: Florence, MA
Posts: 542
Thanks: 0
Thanked 0 Times in 0 Posts
slur is on a distinguished road
Use "echo $path" and "echo $PATH" to see what your execution paths look like. If you need more directories added to your paths you should create this file:

~/Library/init/tcsh/login.mine

And in this file add the new items to your path. Here's what mine looks like:

set path=($path /Developer/Tools /usr/local/mysql/bin .)

The last item means "search the current directory" which is sometimes useful.

You may also want to create these files:

~/Library/init/tcsh/aliases.mine
~/Library/init/tcsh/environment.mine

Set your aliases in aliases.mine and your environment variables in environment.mine.

For environment settings that apply to your desktop session (i.e., all GUI-based applications) you should create the file...

~/.MacOSX/environment.plist

...and populate it with key-string pairs for the environment variables you want. For more about this see Apple's page on the subject:

http://developer.apple.com/qa/qa2001/qa1067.html
__________________
|
| slur was here
|

check out my creative music software
Reply With Quote
Reply

Thread Tools

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Clue to 10.2 internet connection problems. chrios Mac OS X System & Mac Software 1 January 13th, 2005 06:36 PM
Big problems reverting to 10.2 from 10.3 HELP!!! redptc Mac OS X System & Mac Software 1 November 5th, 2003 11:53 PM
apache on 10.2 problems Rhino_G3 Unix & X11 13 January 1st, 2003 01:45 AM
Upgrading OS X Server 10.1.4 to 10.2 Essage Mac OS X System & Mac Software 0 September 5th, 2002 12:01 PM
Upgrading to 10.2 killed my PPPoE Connection glopezz Mac OS X System & Mac Software 0 September 4th, 2002 07:08 AM


All times are GMT -5. The time now is 11:36 AM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.