Results 1 to 10 of 14
Here is what i want to do.I want to build a script, then an executable, to post it in rc.d to rut at system startup this
/usr/lib/AntiVir/avupdater start
/usr/lib/AntiVir/avguard start
...
- 07-24-2006 #1
Making a script--> executable.
Here is what i want to do.I want to build a script, then an executable, to post it in rc.d to rut at system startup this
/usr/lib/AntiVir/avupdater start
/usr/lib/AntiVir/avguard start
How can i do it, i searched google but i found something only for gentoo
I got help and did it.
Can someone give me some tutorials links about bash and sh?
- 07-24-2006 #2
Hi - this might help. Be careful about scripts rutting!
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 07-25-2006 #3
I have a problem.I made my executable, i put it into rc.d but it won't start at system start...what can i do.what am i doing rong?
- 07-25-2006 #4Just Joined!
- Join Date
- Jul 2006
- Posts
- 2
Slackware doesn't autorun these scripts (as different from Fedora), so you'll have to add these lines in /etc/rc.d/rc.M:
/usr/lib/AntiVir/avupdater start
/usr/lib/AntiVir/avguard start
That'll do the trick. Also make sure they're executable:
chmod a+x /usr/lib/AntiVir/avguard /usr/lib/AntiVir/avupdater
- 07-25-2006 #5
I put them into rc.local and worked

10x anyway!
- 07-26-2006 #6
If i upgrade my c++ libraries, will the dependencies still work?
- 07-26-2006 #7Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
why do you need to upgrade them
install the package from the cd.
- 07-26-2006 #8
Because i need .so.6
/opt/openoffice.org2.0/program/libstdc++.so.6
/opt/openoffice.org2.0/program/libstdc++.so.6.1
/usr/lib/google-earth/libstdc++.so.6
/usr/lib/libstdc++.so
/usr/lib/libstdc++.so.5
/usr/lib/libstdc++.so.5.0.7
/usr/i486-slackware-linux/lib/libstdc++.so.2.7.2.8
/usr/i486-slackware-linux/lib/libstdc++.so.4
/usr/i486-slackware-linux/lib/libstdc++.so.2.8
/usr/i486-slackware-linux/lib/libstdc++.so.2.9
/usr/i486-slackware-linux/lib/libstdc++.so.2.7.2
/usr/i486-slackware-linux/lib/libstdc++.so.2.8.0
/usr/i486-slackware-linux/lib/libstdc++.so.2.9.0
/usr/i486-slackware-linux/lib/libstdc++.so.4.0.0
- 07-26-2006 #9Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
You've totally confused me,
but I use openoffice 2.0 on the default c++ libraries.. so..
- 07-26-2006 #10
I need this "/usr/i486-slackware-linux/lib/libstdc++.so.6" or higher.


Reply With Quote