OpenSUSE :: LD_LIBRARY_PATH Needed In Shell

Oct 2, 2010

I installed the version of ClamAV that is provided by OpenSuse. The problem with that is that when a new version of ClamAV shows up I constantly get complaints when I run both freshclam and clamscan for at least three weeks when my version of ClamAV supplied by OpenSuse goes out of date. So I uninstalled the clamav OpenSuse provides using the GUI software control panel. Then I downloaded the source and the signature from ClamAV. It verified. I first tried to do a ./configure (as root) but it said I needed a clamav user. So I created:

Group: clamav (2001)
User: clamav (2001)

I picked the UID / GID to be that to avoid collisions with what ever you may have. After that the configure, make and install went fine. I then edited both the clamd.conf file and freshclam.conf files in /usr/local/etc. There was a bit of path confusion problem with the old freshclam and the new one so I did a ^D in my su'd xterm, and then su'd again. This time it showed the following for where things are:

[Code]....

View 3 Replies


ADVERTISEMENT

General :: Add <install_dir>/lib To LD_LIBRARY_PATH If Already Entry Is There?

Feb 11, 2010

I already have LD_LIBRARY_PATH setup in my /etc/profile as:

Code:
export LD_LIBRARY_PATH=/usr/local/lib
Now there is a request to add a new entry for LD_LIBRARY_PATH.

[code].....

View 2 Replies View Related

General :: Why Can't Store LD_LIBRARY_PATH In Profile

Apr 13, 2011

I can't store LD_LIBRARY_PATH in /etc/profile. After restart the variable is empty. All OK with any other variable, for example INFORMIXDIR, but not with LD_LIBRARY_PATH. If I use EXPORT command in the console all OK. I'm using Ubuntu 10.04. What's wrong?

View 13 Replies View Related

General :: $LD_LIBRARY_PATH Get Unset When Using Screen With Bash?

Jun 16, 2010

This is related to http://superuser.com/questions/27376/why-does-my-ld-library-path-get-unset-launching-terminal, but a different set of symptoms.First, /usr/bin/screen is setuid as per the other question. Second, the default shell on this system is /bin/tcsh for various historical reasons, and we're not allowed to chsh to /bin/bash, so I typically run bash manually immediately after login. Third, I almost always use screen, but I want ctrl-a ctrl-c in screen to create a new bash "tab", so I always invoke bash first.

That is:
{~} $ echo $SHELL
/bin/tcsh

[code].....

View 2 Replies View Related

Red Hat / Fedora :: When Launch The Firefox Through A Shortcut, The Ld_Library_Path Is Unset?

Mar 23, 2009

I am using Firefox 1.5.0.9 in RHEL 5.0. I have a application which needs to load some jar files to the firefox browser, for which I am adding the path in LD_LIBRARY_PATH in ~/.bashrc.The issue is when I launch the firefox through a shortcut, the LD_LIBRARY_PATH is unset, and it just sets it to Firefox specific libs.Additionaly if I run firefox through command line it sets it perfectly fine, and appends the Firefox libs to the already set LD_LIBRARY_PATH.

View 1 Replies View Related

Software :: LD_LIBRARY_PATH Is Mentioned With The Library Path: /usr/bin/ld: Cannot Find -ljson

Aug 5, 2011

I am using json library for my application. I have mentioned the path where the library resides in the LD_LIBRARY_PATH. while compiling i have given the following commands.

gcc -o pafitest pafi_test_app.o -ljson

but still i am getting this following error.

/usr/bin/ld: cannot find -ljson
collect2: ld returned 1 exit status

View 1 Replies View Related

OpenSUSE Install :: Which Kernel Is Needed Which One To Remove?

Dec 5, 2010

Sorry if it is a dumb question (i'm coming from deb/ubuntu and i'm totally new to rpm - installed Smeegol on a Samsung N150). After some try&error i finally got my Broadcom4313 working but underway to that i got lots of new kernels and now i don't understand not so much anymore.

I think the kernel default-devel it was me installing it using the distribution manager to get working make (for trying to install the original Broadcom driver package; i stopped that attempt because i didn't where exactly to move/cp the built driver).

View 9 Replies View Related

Slackware :: Texlive's Kpathsea And Cannot Find The Shared Library File Libkpathsea.so.6 - LD_LIBRARY_PATH

Oct 14, 2010

I recently installed a Slackware-13.1 32 bit system and I encountered an odd problem. I had a texlive-2010 package from slackbuilds.org, previously compiled on another 32 bit Slack-13.1 system. I just installed the precompiled package on the new system. However, whenever I tried to issue a latex command, kpathsea complained that it cannot find the shared library file libkpathsea.so.6. I googled a bit and I found that this could be circumvented by setting the environment variable LD_LIBRARY_PATH to "/usr/share/texmf/lib", where the library in question actually is.

This solved the problem. The weird thing is that on other machines I have installed, kpathsea had no issues whatsoever and I did not have to set the LD_LIBRARY_PATH. The only difference is that on those systems I had compiled and installed texlive, not just installing a precompiled package. Could that be causing the issue?

View 6 Replies View Related

OpenSUSE :: Suse 11: Libstdc++-libc6.2-2.so.3 Needed By Vnc-4.1.3-1.i386?

Dec 2, 2008

I am trying to install real vnc for linux in open suse 11 and get next error:

libstdc++-libc6.2-2.so.3 needed by vnc-4.1.3-1.i386

I have tried to install the compat packages for libstdc that appears in "install software" but it does not work. tell me the exact package I need to run this application ?

View 5 Replies View Related

OpenSUSE :: LibCg.so Needed To Install VirtualLab 6.2.2 - Where To Find It

Aug 25, 2010

I've got a warning that reads: There is nothing that provodes libCg.so(VERSION) and it is needed by VirtualLab 6.2.2-.2.2.noarch

And it gives me the options:

-Do not install 6.2.2-.2.2.noarch.

-Break VirtualLab ignoring some of its dependencies.

What should I do?

View 5 Replies View Related

OpenSUSE Install :: Fsck - Not Needed With Ext4 Filesystems?

Apr 17, 2010

My openSUSE 11.2 system has periodic running of fsck disabled for ext4 filesystems (Maximum mount count = -1, Check interval = 0). What is the reason for this? Is it because fsck is not necessary on a periodic basis with ext4, and only necessary when errors are detected? Or is it because fsck has problems working on ext4 filesystems?

The ext3 filesystems do have it set (Maximum mount count = 500, Check interval = 5184000 (2 months)). I would like to know why fsck is not set to be activated for ext4.

View 7 Replies View Related

OpenSUSE :: Anti-virus Needed For Windows Guest On Virutalbox?

Mar 12, 2010

I'm running Windows xp as a guest on virtualbox. Is anti-virus software recommended?

View 9 Replies View Related

OpenSUSE :: Update Applet - Su / Root Password Always Needed (GNOME)

Apr 30, 2010

I have a minor problem with my "Update Applet 2.28.0" in Gnome. It occurs when I want to make the applet do one or more suggested update(s). It always asks me for the password of superuser/root: "Authenticate : Authentication is required to update packages. [...]". I think under my installation before (11.1 maybe updated from an older version) I could tell the automatic/semi automatic updater to remember the su password (in YaST or in the authentication dialog?).

In the help manual on my computer (and in the internet) there is the possibility to make the updater remember the password via policy kit: ("Access to all privileged operations is controlled via PolicyKit." See: GNOME Documentation Library : gnome-packagekit Manual : Introduction) I could not find any policy kid or any other possibility to give to the automatic updater (or its user) that privilege permanently (=to remember authorization). I think on a system with more (real) users this could be a real problem (not just an inconvenience).

View 9 Replies View Related

OpenSUSE :: Install Chromium Browser - Repo Needed In Yast?

Aug 4, 2010

I'm running 11.3 KDE 64bit I've installed Google-chrome browser, but it's unstable the crashes when trying to send attachments in Gmail How do I install Chromium-browser? What repo is needed in Yast? I've installed it on my Mandriva box and its much more stable

View 9 Replies View Related

OpenSUSE Hardware :: Applications Don't See Any Adapter - No Additional Software Needed?

Dec 15, 2010

I recently bought a BT dongle, a USB2 Asus. I then went through Yast2 to find any Bluetooth software and installed them, mainly Bluez and KBluetooth. Unfortunately the apps do not see any adapter, but when I use hwinfo, I get the following;

[code]...

the adapter is seen by the kernel, but the software to use it is not seeing the adapter. Looking at the System services I see bluez-coldplug enabled and running. I did a test on a Fedora v14 live DVD and it worked with no problems, no additional software was needed.

View 9 Replies View Related

OpenSUSE Install :: Wine - Get Message "wine_gecko Version>= To 1.1 Is Needed"

Apr 2, 2011

I'm trying to install wine. First I'm not a hot shot Linux guy. I tried to follow the download instructions for wine.

1. I downloaded wine_gecko-1.2.0-x86.msi to /usr/share/wine/gecko and downloaded wine-1.3.17-1.1.i586.rpm to /usr/share/wine

When I try to install I get message that wine_gecko version>= to 1.1 is needed.

View 4 Replies View Related

OpenSUSE :: Installed Truecrypt Onto 11.3 (KDE) And Noticed That Truecrypt Needed To Be Started As Root?

Aug 10, 2010

Installed Truecrypt onto openSUSE 11.3 (KDE) and noticed that Truecrypt needed to be started as root.Modified visudo using YAST asusername ALL = NOPASSWD: /usr/bin/truecryptHowever, when copying files from my backup drive into the Truecrypt partition, there is an access problem (couldn't remember actual error message)In Konsole , updated visudo to username ALL = (ALL) NOPASSWD: /usr/bin/truecrypt Copying is allowed and working fine.Question:1. What is the difference between the above two visudo setting?2. How to updated visudo to the second setting in YAST?3. How to change the editor for visudo in konsole using nano instead of vi?

View 1 Replies View Related

OpenSUSE :: Install Firefox 3.6 But YaST Says "3.5 Is Needed"

Jan 23, 2010

I am on OpenSuSE 11.0 running Firefox 3.0. I want to upgrade Firefox to 3.5 or 3.6 but all I can find in /pub/opensuse/repositories/mozilla/openSUSE_11.0/x86_64 is MozillaFirefox-3.6.0-1.2.x86, or MozillaFirefox-branding-openSUSE 3.5-3.9.x86.

When I try to install MozillaFirefox-branding-openSUSE 3.5-3.9.x86 I am told I need to install Firefox 3.5 because of failed dependencies. I have looked around on the internet for an RPM for this version but can't find it. telling me where I can find the correct RPM to install, or advise me with other instructions to wean my old 11.0 system of the old Firefox?

By the way I can not upgrade this system to 11.1 or 11.2 because it is a production machine. However, I debug on this machine using Firebug and I would just like to bring these two tools up to date.

View 3 Replies View Related

OpenSUSE :: Nothing Provides Pdftk Needed By Pdftk-qgui-0.1.9.2-0.pm.1.1.x86_86?

Aug 16, 2010

pdftk could be installed in the Suse 11.0 version, and worked very well. I love it. But recently, after I install Suse11.3 on my Dell desktop (64 bits), everything works fine except the pdftk. When I am trying to install it from Yast, it warns:nothing provides pdftk needed by pdftk-qgui-0.1.9.2-0.pm.1.1.x86_86, and gives me two conflict resolutions: 1. do not install it2. break pdftk-qgui by ignoring some of its dependencies.Obviously, none of them are the correct answer .

View 2 Replies View Related

Fedora :: System Update Fails Error "librpmio.so.0 Is Needed By Package Abrt-1.0.3-1.fc12.i686 (updates) Librpm.so.0 Is Needed By Package Abrt-1.0.3-1.fc12.i686 (updates)"

Jan 10, 2010

when ever i try to install updates i get shown an error & the updates stop the error i get says "librpmio.so.0 is needed by package abrt-1.0.3-1.fc12.i686 (updates) librpm.so.0 is needed by package abrt-1.0.3-1.fc12.i686 (updates)"

View 12 Replies View Related

OpenSUSE :: Can't Run The Shell Script

Dec 12, 2010

openSUSE 11.3 KDE 4.4.4 I am having the same problem as here Basically I can't run shell scripts from the file manager. There is no specialized application for files of the type shell script (application/x-shellscript). The file can be opened in a more generic application as file type plain text document (text/plain), or you can try to install a specialized application for file type shell script (application/x-shellscript). Do you want to try to install a specialized application? As you can see from this command line output, the file is executable.

Code:

myuser@linux-h87v:/media/data/myuser/apps/jetbrains/idea-IU-98.402/bin> ls -l idea.sh
-rwxr-xr-x 1 myuser users 3395 2010-11-19 17:34 idea.sh

I thought that since all shell scripts are showing the same behaviour that openSUSE isn't configuring itself correctly on installation. And strangely, I didn't have this problem last month when I was running openSUSE 11.3 KDE 4.5.2. The file is in my data partition so wasn't wiped out when I reinstalled. I created the same username when I reinstalled so it should still be owned by myuser. I chown'd the file as well just for good measure but I still can't get it to run. This then led me to run the script again but from the command line and I got a permission denied error. I created a new file in my home directory and this was runnable from the command line and from Dolphin but it appears to have the same permission settings I did notice on first login after installation an error about not being able to save bookmarks or something, the rest of the error being: Permission denied. This error message will only be shown once. The cause of the error needs to be fixed as quickly as possible, which is most likely a full hard drive.if it is a strange access permission thing then the error message shown by Dolphin is misleading/incorrect.

View 6 Replies View Related

OpenSUSE :: How To Get Gnome 3 Shell

Mar 14, 2011

If some one can tell me how to get Gnome 3 shell to try it out.I have the 11.4 Suzy gnome edition from Live CD. I tried to find Gnome 3 in the Install/remove software, after reloading it, but it i snot there.

View 3 Replies View Related

OpenSUSE :: Enabling Gnome Shell In 11.3?

Jul 18, 2010

Has anyone enabled Gnome Shell in OpenSUSE 11.3 and able to explain how to do it? Annoyingly Novel's press releases mention Gnome Shell is included, but there seems to be no obvious way to activate it.

View 9 Replies View Related

OpenSUSE :: Using Vlc Player In Gnome Shell ?

Jun 6, 2011

Has anyone had any problems using vlc player in gnome shell, when i try to play a cd it will play for a few seconds then freezes up. I have tried uninstall and reinstall but same, tried upgrading to beta but same problem.

View 1 Replies View Related

OpenSUSE Install :: 11.4 RC2 64 Bit No New Gnome Shell?

Feb 27, 2011

I downloaded the 64bit Gnome Live CD to play around with it.. I thought there was a new Gnome shell, new interface etc. Am I missing something?

View 1 Replies View Related

General :: $HOME/.bashrc Disabled When User Shell Is 'rbash' (restricted Shell)?

Jun 15, 2011

MACHINE: HP Proliant DL260G5OS: SLES 11 SP1kernel: Linux xserver 2.6.32.12-0.7-default #1 SMP 2010-05-20 11:14:20 +0200 x86_64 x86_64 x86_64 GNU/LinuxIt is used as remote xserver in a LAN.I have configured /usr/lib/restricted/bin/.rbashrc with some environment variables but when the users logon in the system finally is executed $HOME/.bashrc and some environment vars are overwritten.

View 2 Replies View Related

Fedora :: Stuck With Bash Shell / Changing Default Shell To Tcsh?

Mar 14, 2010

I want to change my default shell to tcsh. I used

Code:
usermod -s /bin/tcsh username
command as given at url

But if I open a new shell, it is still a bash shell.

How do I make my default shell as tcsh?

View 6 Replies View Related

Ubuntu :: Using 10.04-server 64bit AMD With Fluxbox - Matlab In A Shell The Shell Does Not Display Characters Anymore

Jul 26, 2010

I am using ubuntu10.04-server 64bit AMD with fluxbox. After I ran Matlab in a shell (without GUI) the shell does not display characters anymore, but will execute any command, I just can't see the characters that I'm typing.. I use aterm and xterm, does anybody know why that is, am I missing a package?

View 1 Replies View Related

OpenSUSE :: Gnome Terminal: How To Get The Bash Shell

Mar 17, 2010

i've finally got a NIX environment...yipee! Installed opensuse 11.2 in a dual boot with windoze with no problem whatsoever. unfortunately, my NIX skills are sadly dated or maybe things have changed or both. in any case, i have a rather trivial problem that i have not been able to figure out.

i go to gnome terminal to get to the bash shell, no problem except when i do things like cat, less and so on. the commands do what they do then when done the last line output is "some text" and "(END)" - at the completion of the command it does not return to the bash shell. i've tried ctrl-everything, enter, escape, actually all keystrokes i can think of to get back to the bash shell...no luck. man and docs have not been helpful or i simply missed the answer (i'm a little saturated at this point).the only thing i've been able to do to solve my dilema is close the terminal an start a new instance, not elegant but works.

View 8 Replies View Related

OpenSUSE :: Gnome Shell Doesn't Work?

May 30, 2010

i tried gnome shell from the software center, but it has some graphics issues. Is it my graphics driver?

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved