|
#1
| |||
| |||
| 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. |
|
#2
| ||||
| ||||
| 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 |
|
#3
| |||
| |||
| 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? |
|
#4
| |||
| |||
| 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. |
|
#5
| |||
| |||
| 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% |
|
#6
| |||
| |||
| Did you install the BSD subsystem and the updated dev tools since updating to 10.2 and on?
__________________ Serendipity is a lucky guess ! |
|
#7
| |||
| |||
| Re-source Did you re-source your init files either with: source ~/.tcshrc or opening a new terminal window? |
|
#8
| ||||
| ||||
| 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 |
![]() |
| Thread Tools | |
|
|
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 |