Ravi, You will need to figure out where the binary for Adobe reader is at. Once you locate that binary you can add it to the path. For example if the binary was located at /usr/sbin/adobe you would add it to the path like so.
PATH=$PATH:/usr/sbin/ export PATH It is important you have the $PATH after the equal sign otherwise you will overwrite the current bath. This will not be permanent. To make it permanent you can add it to your users .profile or .bashrc file or the system wide profile, probably located at /etc/profile .d in RHEL5, you will need to create a script that echo's the previous commands. Grant Ravi Patel wrote: > hello, > > We are using LTSP 4.2,update 4 version (RHEL5,32 bit). > > We are facing problem of Adobe Reader Plugins for Firefox,we are using > Firefox 3.0.5.At Server side ,Adobe Reader Plugins work well & *.pdf > file is opening in browser. > > But when form client ,we rsh to server & execute a firefox & trying to > open an Adobe *.pdf file from Firefox, we get the following error: > > Could not launch Adobe Reader 9.1.2. Please make sure it exists in > PATH variable in the environment. If the problem persists, please > reinstall the application. > > How do we resolve this ? How do we place it in PATH variable in the > environment? > > Thanks in advance. > > Regards, > > Ravi Patel > > > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _____________________________________________________________________ > Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: > https://lists.sourceforge.net/lists/listinfo/ltsp-discuss > For additional LTSP help, try #ltsp channel on irc.freenode.net > > ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net