Kde4-config: command not found (after upgrade of kde4 to version 4.6)

When I upgraded my KDE desktop to latest version, it seems that it has removed the kde4-config command.
Unfortunately I don't know which package it belongs to?
I get the error when I execute startkde script from ~/.xinitrc
I have tested to re-install KDE but it doesn't resolve my problem.
Anyone know which package it is?

Ok, very weird, I re-installed latest version of kdelibs again and now I have the kde4-config command.
Problem solved.
Thanks!

Similar Messages

  • Lircd: command not found after install of lirc

    Hi!
    I've had some problems with lirc and had to uninstall it from my system. I also deleted
    the files named lirc* after I uninstalled. I then cleaned the pacman cache and reinstalled
    lirc.
    I did this in a hope of getting a complete reinstall of lirc. The installation went fine, but my
    system doesn't seem to see that lirc has been reinstalled. When I do #lircd (which used to
    start lircd) I get #bash: lircd: command not found
    I've tried to reinstall several more times by #pacman -S lirc and it runs through the installation.
    I still get #bash: lircd: command not found though.
    What am I doing wrong? Why won't lirc go back to working like it should do after reinstallation??

    azleifel wrote:
    The lircd daemon expects to be run at startup and needs root permissions because it will create device nodes in /dev.  Try "man lircd" for more information.
    To run lircd at startup, add it to the DAEMONS line in /etc/rc.conf.  If needed, add any necessary kernel module to the MODULES line of /etc/rc.conf while you're there.  As an example, I have MODULES=(lirc-mceusb2) for my trusty Microsoft MCE remote control and DAEMONS=(@lircd).
    That did it!! Thanks.
    I spent hours and hours yesterday trying to figure out how to autostart lircd. Now everything works.
    When I try #irw every button I push is mapped with the right name and function. But in Freevo things are not that smooth. It seems
    freevo only understands a few of the buttons.
    I've seen that in myth there's a config file (or something) that seems to map out the remote functions in relation to myth itself. Do I
    need a similar config file for freevo?
    EDIT: nwm... I found out that yes, I do.
    Last edited by Perre (2008-04-13 10:59:09)

  • (OEL 4.7) -bash: sqlplus: command not found after install of 10g R2

    Hi all
    I'm new to Linux and I would like your help and directions on a few things:
    After 2 days of battle with RPM's (i386 vs x86_64) i was finally able to install 10g R2 on OEL 4.7 x86_64 system without any errors.
    please check if all these settings are correct and help me how to start sqlplus? or create a database with dbca
    I followed all the directions in Doc ID: 339510.1.
    During installation i choose this path as the ORACLE_HOME
    /u01/app/oracle/product/10.2.0/
    I did not however installed the default database.
    I then ran the two scripts at the end of the installation as root.
    Here are my settings:
    oracle bash_profile:
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    export PATH
    unset USERNAME
    :q
    ORACLE_BASE=/u01/app/oracle
    export ORACLE_BASE
    ORACLE_HOME=/product/10.2.0/db_1;
    export ORACLE_HOME
    export PATH=$ORACLE_HOME/bin:$PATH
    here is my oracle env result
    [oracle@nycoralp01 /]$ env | grep -i ORACLE
    OLDPWD=/home/oracle/oraInventory
    USER=oracle
    ORACLE_BASE=/u01/app/oracle
    MAIL=/var/spool/mail/oracle
    PATH=/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin
    HOME=/home/oracle
    LOGNAME=oracle
    ORACLE_HOME=/product/10.2.0/db_1
    here is my echo $ORACLE_HOME result:
    [oracle@nycoralp01 /]$ echo $ORACLE_HOME
    /product/10.2.0/db_1
    Can someone please tell me what did i miss or did not set?
    When i try to run sqlplus i get this error
    [oracle@nycoralp01 /]$ sqlplus
    -bash: sqlplus: command not found
    Any help appreciated

    I change it in my bash_profile
    $ vi ~oracle/.bash_profile
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    export PATH
    unset USERNAME
    :q
    ORACLE_BASE=/u01/app/oracle
    export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1;
    export ORACLE_HOME
    export PATH=$ORACLE_HOME/bin:$PATH
    and i'm still getting the same error
    -bash: sqlplus: command not found
    Is there anything else i'm missing? do i have to restart anything?

  • [SOLVED] "ip: command not found" after power failure

    Hello,
    After a power failure my Arch box has no network connection available. An 'ip addr' command showed me the outrageous error message :
    bash: ip: command not found
    How could this ever happen ? How do I recover from such an error ?
    Last edited by singleton (2014-12-19 17:34:58)

    I wasn't doing any system maintenance when the power failed, just some regular browsing.
    Here's the output of each command :
    pacman -Qk
    https://bpaste.net/show/e06fb962c42c
    echo $PATH
    /usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
    ls -l /usr/bin/ip
    ls: cannot access /usr/bin/ip: No such file or directory
    pacman -Qi iproute2
    error: package 'iproute2' was not found
    I 'm suspecting I will need to use a fresh installation CD to get over this. Any guidance will be greatly appreciated though!

  • Receiving command not found after modifying .bash_profile in OEL 5.6 64 bits

    Hi guys,
    After the installation of Oracle Database 11gR2 on OEL 5.6, I added the following entries into the .bash_profile of the oracle user:
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_HOSTNAME=ol5-112.localdomain; export ORACLE_HOSTNAME
    ORACLE_UNQNAME=DB11G; export ORACLE_UNQNAME
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1; export ORACLE_HOME
    ORACLE_SID=DB11G; export ORACLE_SID
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    # I added my own values relative to my environment.
    But now, when I tried to login as the oracle user on my terminal, I received the following error:
    command not found
    command not found
    So I deleted all the entries I added to the .bash_profile file. But it didn't solve the problem. When I log in as oracle, I still receive the error:
    command not found
    command not found
    This is really weird. How can I do to solve this error?
    Thanks in advance
    Clamarion.

    The following command might show you where the problem is:
    bash -l -x
    See "man bash" for details.

  • Bash: command not found after piping

    Hi,
    I'm trying something quite commonly found in an Unix environment, namely piping the output of one command into the input of a subsequent one, eg.
       bash$ ps ax | grep -i bash
    But unfortunately I'm receiving--and now comes the most curious part--most of the times (not always!!) an error message
       bash: grep: command not found
    When calling grep directly
       bash$ grep
    the resulting output is
       Usage: grep [OPTION]... PATTERN [FILE]...
       Try `grep --help' for more information.
    "which"-ing the commands
       bash$ which bash ps grep
    results in
       /bin/bash
       /bin/ps
       /usr/bin/grep
    Cheers,
    MMHein

    Good, you tried a different shell.  sh and bash are essentially the same executable on Mac OS X.
    Did you try a new user account?  What were those results?
    Have you tried installing your own bash?  Either build from sources, or use something like MacPorts.org to install one already configured for Mac OS X.
    You also have ksh and zsh if they happen to rock your boat (see /etc/shells for a list of installed shells).
    I think both Linc an dI agree that we have never seen this situation before either, which is why we suspect something has become corrupt.  The "Nuke and Pave" approach tends to eliminate that possibility.  But since you have lots of Unix experience (even though you missed a few Unix flavors ), and want to find the root cause, then you need to start doing tests that eliminate components.
    The shells on my Mac OS X 10.7.2 Lion system have the following chksum's
    cksum /bin/*sh
    188949626 1371648 /bin/bash
    1672788767 772992 /bin/csh
    4164734636 2180736 /bin/ksh
    1711289041 1371712 /bin/sh
    1672788767 772992 /bin/tcsh
    2366092939 1103984 /bin/zsh
    I would expect yours to be identical.  But that does not take into account any libraries used.  And if you have the same values, then you need to look at something else (again, a new account can go a long way to eliminating things in your environment, or pointing to a system component).

  • Bash commands not working after upgrade to Lion

    After upgrade, many BASH commands not working. For example, such a fundamental thing as "ls". 
    iMac20:bin a$ ls
    Launch of "ls" failed: the PowerPC architecture is no longer supported.
    What does it have to do with PowerPC? My computer is 2.66 GHz Inter Core Duo

    Linc,
    iMac20:~ a$ which ls
    /sw/bin/ls
    Also, I managed to look (using tcsh's ls-F command) into the contents of /usr/. Here's what I see there:
    [iMac20:/bin] a% ls-F
    [*          csh*        echo*       ksh*        mkdir*      rcp*        stty*       wait4path*
    bash*       date*       ed*         launchctl*  mv*         rm*         sync*       zsh*
    cat*        dd*         expr*       link*       pax*        rmdir*      tcsh*      
    chmod*      df*         hostname*   ln*         ps*         sh*         test*      
    cp*         domainname* kill*       ls*         pwd*        sleep*      unlink*    

  • IPhoto Library Not Found after Upgrade to Leopard

    I was running the newest iPhoto under Tiger and I just upgraded to Leopard. I tried to open iPhoto and a message said, "iPhoto library not found." It was there before I upgraded from Tiger. I mostly use Adobe Bridge so I didn't have much in iPhoto but I'm curious to see why the library disappeared and whether it can be restored. I looked all around on the hard disk and didn't see the iPhoto library anywhere. Thanks.

    Yes, it must have been upgrade and install because I followed the defaults. The iPhoto library was in the Pictures folder in Tiger and I never moved it. After the upgrade to Leopard, it was gone--it is no longer in my Pictures folder, nor does it seem to be anywhere else. I didn't touch it--the upgrade made it disappear. Why did that happen? What can be done about it? Thanks very much.

  • Bluetooth was not found after upgrade to 10.4.2

    Does anyone know how to bring back Bluetooth device after upgrade from 10.3.9 to 10.4.2? I've already check my system profiler, and it shows, "No information found" on the bluetooth hardware. On the Apple task, the bluetooth icon shows, "the bluetooth: not avilable", and it color is gray. Thanks.

    Wittaya,
    You have an Aluminum Powerbook and you've posted in the Titanium Powerbook forum area. You would want to post your problem here:
    http://discussions.info.apple.com/webx?14@@.59999943

  • Library not found after upgrading to iTunes 7, old libraries don't work

    For the second time since iTunes 7 was released, I've been asked to upgrade and did so without issue on the first day of upgrading. When I shut my computer down and came back the next day, however, the library is not found when I attempt to launch iTunes. Before, I simply reverted to iTunes 6 and copy/pasted a "previous library" as the current library. Now, though, I have a new iPod and it needs iTunes 7 to run. I've tried copy/pasting a previous library to the iTunes Library folder with no luck.
    90% of my music is in the .m4a format so I need iTunes to listen! Not to mention, I need it to update my brand new iPod. I really need help on this, can someone give any advice? Thanks in advance.

    johnc86,
    Are you following the instructions from this article in the Apple Knowledge Base, in particular the renaming of the .itl file from the Previous Libraries folder?

  • Express Card Driver Not found after upgrade to 10.6.7

    I upgraded my macbook pro to version 10.6.7 recently and later found out that the express card 34 slot drive was missing and could not access my Sony SxS cards. After some extensive search I found the site where I could retrieve the driver from. It is listed below. Worked for me! It should work for you also.
    http://support.sonybiz.ca/esupport/Navigation.do?filetype=Drivers
    SxS Device driver Ver. 1.0.52020 forMAc (Oct 2010)

    Hi,
    I need to configure a copier konica minolta 7145 with IP-432 on Mac OS X 10.6.7.
    the copier has never been used before on this computer, can you tell me how to print with the Konica on mac, which drivers to install, what kind of cables and which procedure.
    Thanks a lot!

  • Modules not found after upgrade to 0.7.1

    My last upgrade prior to 1/05/06 was 10/30/05 and that boot was labeled 0.7.1. 
    I switched to udev some time ago.
    The upgrade today seemed to run perfectly (I'm impressed by the obviously skilled work in this process) and I monitored the questions and executed the instructions, including the addition of initrd to grub menu.
    System boots properly and I can log in as user.
    The command 'startx' produces too many screens to read (I know-use script) but the final display is "no drivers, no modules found, one of which is 'ati'".  Please let me know if you need the full error output of startx.
    Did I miss something in the upgrade messages which, of course, are gone now?
    Thanks,
    Bill Barnes

    install the drivers:
    look here for migration
    http://www.archlinux.org/blog/2006/01/0 … rade-xorg/

  • CS2 license config data not usable after upgrade to Tiger

    When I upgraded to Tiger from 10.3.9, I did an archive and install. Now I can't run any CS2 apps...I get the error "The license configuration data for Adobe Creative Suite is no longer usable.", then it wants to activate.
    Any thoughts?

    Hi, Scott.
    See "Troubleshoot activation problems (Acrobat 7.0, Adobe Creative Suite 2.0 on Mac OS X)."
    FYI: I suggest whenever you have problems with third-party applications, the first place to start troubleshooting is with the application's documentation, then vendor's web site. Usually their sites have FAQs, lists of known bugs, or application-specific forums similar to these Discussions. Sometimes, unlike the Apple Discussions, the questions are even answered by employees of the vendor.
    For example, in the case of your problem, the item above was found with one search of the Adobe Support knowledge base for "license configuration data" with product Photoshop.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • Camera not found after upgrade to snow leopard

    when i try to open the iphoto, photobooth it says "camera cannot be found". I am very upset now, what happened? I just update to ios 10.6.. Please help!
    Thanks!

    Try troubleshooting the iSight built in camera >  How to Troubleshoot iSight

  • Bridge will not open after upgrading Reason: Incompatible library version OSX 10.6.8

    I decided I would upgrade Bridge CC today, and it turns out that was a very bad idea. I have a ton of work and Bridge will not open. I can't revert back to the older bridge CC.
    PLEASE HELP!!!
    Reason: Incompatible library version: dvanet requires version 7.0.0 or later, but libcurl.4.dylib provides version 6.0.0

    I decided I would upgrade Bridge CC today, and it turns out that was a very bad idea. I have a ton of work and Bridge will not open. I can't revert back to the older bridge CC.
    PLEASE HELP!!!
    Reason: Incompatible library version: dvanet requires version 7.0.0 or later, but libcurl.4.dylib provides version 6.0.0

Maybe you are looking for

  • HTML Comments in a JSP Document

    I am writing a JSP Document that has a number of comments. Some I want to be server-side such as version history and some I want to be client-side. Using a JSP page this is easily achieved using JSP comments <%-- JSP comment for server-side --%> and

  • HOW TO CREATE LOCAL USER PROFILE

    SIR,    OS            -    WINDOWS SERVER 2008 R2    SYSTEM    -    IBM  MACHINE X3400 SERIES     1. HOW TO CREATE A USER IN WINDOWS SERVER 2008 R2  WITHOUT ACTIVE DIRECTORY      2.  AFTER CREATE USER IN WINDOWS SERVER 2008 R2 BUT USER PROFILE NOT CR

  • In FM, Wht is SELNAME?

    Hi Experts, In FM I wanna to pass S_CUST - low as 1000 so, 1)Wht r the entries in, SELNAME -  ?????? K- (I guess S as its select option) S- (I-include) OP- (EQ - equal) Low- (10000) pls. clarify, 2) I hv a Check Box to pass to FM, so How to define, I

  • Calculate difference based on values from 2 different columns

    Hello friends, I want to basically do something like below which is in T-SQL Format : SUM(CASE columnA WHEN 'ABC' THEN 1 ELSE 0 END) - SUM(CASE columnB WHEN 'XYZ' THEN 1 ELSE 0 END) For which I was changing the code to following in Oracle : SUM(CASE

  • Mymathlab moodle flash

    This is not so much a question but a request. Please get safari working properly. I don't like using 3rd party apps when you guys have one for the same purpose. Meaning I would rather use safari out of the box then have to download chrome. mymath lab