Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Some questions about Mandrake10

Status
Not open for further replies.

kthkevin

Newbie level 3
Newbie level 3
Joined
Oct 14, 2004
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
36
Hello everyone,I have some questios about Mandrake10.
1. I use export PAHT=$PATH:/usr/...... to change the env var, but after reboot,the settings disappeared,why and how I can solve this.(how I can change env var through change conf file?)
2. the similar to question 1, i use ifdown eth0 to shut down ethercard,but when reboot, eth0 appears...
3. How to delete a env var and how to delete some contents in env var
4. I have installed xcircuit, but when I run it, tcl/tk windows appear says can not open xcircuit.so , but in fact, this file does exist.
5. How to install or run the elcectronic8.jar?
6. How to change the sevices when start, such as do not let mysql-d run when boot?
7. which version of magic can work on md10,i try 7.2.2 and 6.4.4 but can not successfully compiled:(

Thanks a million for your reply:) :)
 

Lets try,

I dont use mandrake but most linux are similar.

1.
If you want to change the path environment for your user you must change ".profile" or ".bash_rc" file. For a chanche for all users must be on "/etc/profile" or "/etc/bash_rc" depends on you shell.

2.
Network interfaces configuration use to be at "/etc/network/interfaces"

3.
Yust the files I told you at point 1

4.
xxx.so is a library and must be accesible or in a path defined in "/etc/ld.so.conf" ... and of course reruning ldconfig

5.
you must have kernell suport for java or a java interpreser instaled

6.
services are defined by init level. And the services for each init level are symbolic links on /etc/rc[initlevel].d directory. [initlevel] is the level (number) defined on "/etc/inittab"

7.
????? Sory I don't understand question


kthkevin said:
Hello everyone,I have some questios about Mandrake10.
1. I use export PAHT=$PATH:/usr/...... to change the env var, but after reboot,the settings disappeared,why and how I can solve this.(how I can change env var through change conf file?)
2. the similar to question 1, i use ifdown eth0 to shut down ethercard,but when reboot, eth0 appears...
3. How to delete a env var and how to delete some contents in env var
4. I have installed xcircuit, but when I run it, tcl/tk windows appear says can not open xcircuit.so , but in fact, this file does exist.
5. How to install or run the elcectronic8.jar?
6. How to change the sevices when start, such as do not let mysql-d run when boot?
7. which version of magic can work on md10,i try 7.2.2 and 6.4.4 but can not successfully compiled:(

Thanks a million for your reply:) :)
 

thanks for your reply:)

for question 4, I have some questions.

Some utilitys doesnt need to set the ld.so.conf because i just ./configure make and make install, and it works.

but for xcircuits or maybe some other softwares, why I must do as you mentioned?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top