Author Topic: How To Find This File?  (Read 2844 times)

blinkblob

  • Newbie
  • *
  • Posts: 25
    • View Profile
How To Find This File?
« on: September 15, 2005, 01:30:42 am »
I've installed these perl files and cannot find the file they are asking me to modify.

Before you install Perl do the following:
# su
# cd /home/root
# ln -s /usr/local usr

Then install the following packages:

    * libperl - [libperl_5.6.1_arm.ipk]
    * perl-base - [perl-base_5.6.1_arm.ipk]
    * perl5 - [perl_5.6.1_arm.ipk]

  WHERE IS THIS FILE: I CAN'T FIND IT ANYWHERE, THE ".profile file."  

Once the packages have been installed add the following to the .profile file:
export LANGUAGE=C
export LC_ALL=C

You might also want to do the following

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
How To Find This File?
« Reply #1 on: September 15, 2005, 09:42:45 am »
Quote
WHERE IS THIS FILE: I CAN'T FIND IT ANYWHERE, THE ".profile file."  

Once the packages have been installed add the following to the .profile file:
export LANGUAGE=C
export LC_ALL=C

You might also want to do the following
[div align=\"right\"][a href=\"index.php?act=findpost&pid=95887\"][{POST_SNAPBACK}][/a][/div]

You probably don't have one

So just make it or try putting the changes on .bash_profile or .bashrc

Note: in linux a . before a file name is used to make the file hidden. To see hidden files use ls -a rather than ls (sorry if you already knew this, just covering all bases)

stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

blinkblob

  • Newbie
  • *
  • Posts: 25
    • View Profile
How To Find This File?
« Reply #2 on: September 15, 2005, 10:23:43 am »
Thanks for the info, Stu. Actually, I had forgotten that the . before a file is hidden and I had also forgotten that the ls -a will bring them up...



Quote
Quote
 WHERE IS THIS FILE: I CAN'T FIND IT ANYWHERE, THE ".profile file."  

Once the packages have been installed add the following to the .profile file:
export LANGUAGE=C
export LC_ALL=C

You might also want to do the following
[div align=\"right\"][a href=\"index.php?act=findpost&pid=95887\"][{POST_SNAPBACK}][/a][/div]

You probably don't have one

So just make it or try putting the changes on .bash_profile or .bashrc

Note: in linux a . before a file name is used to make the file hidden. To see hidden files use ls -a rather than ls (sorry if you already knew this, just covering all bases)

stu
[div align=\"right\"][a href=\"index.php?act=findpost&pid=95921\"][{POST_SNAPBACK}][/a][/div]