[Solved] How to install yajl 2.0 and reinstall yaourt?

I had yaourt with yajl 1.0, but somehow got deleted. My fault.
I had used yaourt, even if it asked for yajl>=2.0 and installed packages from AUR.
Now I cannot install yaourt, as it asks for yajl>=2.0
I can only install yajl 1.0.11-3, as pacman/kpackagekit won't find yajl 2.0.1-0, so I downloaded the tar.gz file, but don't know how to install it.
This is the zip file; lloyd-yajl-2.0.1-0-gf4b2b1a.tar.gz and its in the Home directory.
What should I do to install this, so I can install yaourt again?
Thanks!
Last edited by Ariya (2011-09-24 15:31:54)

There is no PKBUILD.
Once extracted, went into the directory
$ cd lloyd-yajl-f4b2b1a, then
$ ./configure && make install
finally,
58/58 tests successful, but;
Install the project...
-- Install configuration: "Release"                                                                                                         
-- Installing: /usr/local/lib/libyajl.so.2.0.1
CMake Error at src/cmake_install.cmake:48 (FILE):
  file INSTALL cannot copy file
  "/home/ariya/builds/lloyd-yajl-f4b2b1a/build/yajl-2.0.1/lib/libyajl.so.2.0.1"
  to "/usr/local/lib/libyajl.so.2.0.1".
Call Stack (most recent call first):
  cmake_install.cmake:37 (INCLUDE)
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/ariya/builds/lloyd-yajl-f4b2b1a/build'
make: *** [install] Error 2
So, I copied /home/ariya/builds/lloyd-yajl-f4b2b1a/build/yajl-2.0.1/lib/libyajl.so.2.0.1"  to "/usr/local/lib/libyajl.so.2.0.1
But, there is no yajl-2.0.1 installed.
The build directory containst the following; CMakeCache.txt  CMakeFiles  cmake_install.cmake  example  Makefile  perf  reformatter  src  test  verify  yajl-2.0.1
What have I done wrong?
Thanks!

Similar Messages

  • [SOLVED] How to install nvidia 285.05.09-3 drivers

    Hi All,
    Currently I have installed xf86-video-nouveau 0.0.16_git20110829-1 drivers in my Arch Linux but I would like to install nvidia 285.05.09-3 in kernel 3.1.1-1-ARCH.
    Each time I have tried to install nvidia drivers I have had a lot of problems: the worst is that once installed I reboot system and X does not start, screen goes black, etc so I am afraid to install it because then I have a lot of problems to goes back nouveau and to get X starts again.
    So could anyone say me step by step how to install it with success and that once I reboot my system you ensure me X starts?
    And a step by step guide in case X does not starts and I need to come back nouveau again and start X normaly without problems.
    Thx.
    Last edited by toni (2011-11-16 23:34:31)

    karol wrote:
    /dev/zero wrote:What did your last slave die of?
    Epic!
    <donkey-style "laughter">
    @toni
    Did you install the nvidia 285 drivers from the repos? Have you tried https://wiki.archlinux.org/index.php/Nv … au_drivers ?
    Can you post some logs when the nvidia drivers are failing? What card do you have?
    Hi Karol,
    I have just installed nvidia 285 from repos taking into account the link you provided. I follow the steps mentioned in the script to change from nouveau to nvidia and it went Ok. Now I have installed nvidia drivers from repos and at boot-up, X starts correctly (SOLVED).
    I think when I installed nvidia in the past one thing was missed: (I did not do this)
    /usr/bin/sudo /sbin/mkinitcpio -p linux
    ....Maybe that was the problem.
    My graphic card is Nvidia Go7600.
    Thx again
    Last edited by toni (2011-11-16 23:34:04)

  • How to install ias 1.0 and 8.1.6.1 on a single red hat 6.1 machine

    How to install ias 1.0 and 8.1.6.1 on a single red hat 6.1 machine.
    i am expecting a lot of problems during the ias installation, the db is working fine. is posible to install both products over the same machine?

    You should be able to iAs and the DB on the same machine but you will need to do the following:
    1. Create a new ORACLE_HOME for iAS (unsetenv ORACLE_HOME and setenv ORACLE_HOME to new home)
    2. Shutdown the DB in the existing Oracle home and change the corresponding listener port in listener.ora to a port other than the typical default (1521)
    3. Install iAS in the new Oracle home
    4. Make sure none of the listeners in the listener.ora under the new Oracle home are listening on the same port as that which you set for the existing DB listener.
    In general it is advisable to install iAS EE on a different machine than the origin database to realize the full benefits of iCache (EE)

  • How to install Workshop for WebLogic and WebLogic Portal?

    Hi All,
    I am new to Weblogic Portal. I would like to start learning Oracle Weblogic Portals..
    Can anyone please guide me, how to install Workshop for WebLogic and WebLogic Portal?
    As per the ""Tutorials – Getting Started with WebLogic Portal"" (http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/tutorials/setup_dev_env.html)
    we need to install the Workshop for WebLogic and WebLogic Portal.
    Please suggest me where should i get the required environments/IDE?
    Thanks,
    Harish.

    Hi Harish
    1. If this is your first time with Weblogic Portal, I would recommend to download the latest Weblogic Portal Software Rel 10.3.2 from this bottom link. Check Accept Radio button, for windows download windows installer. Its about 1 GB file. This software includes Eclipse IDE, Weblogic Server and Weblogic Portal.
    http://www.oracle.com/technology/software/products/wlp/index.html
    2. During the installation process, make sure at one point you select Custom mode (NOT default Typical mode). In next following screens you will see all bundles checked EXCEPT for Samples. So make sure you check Samples Check box both under Weblogic Server and Weblogic Portal. Then proceed. This will install full Weblogic Workshop (Eclipse IDE), Weblogic Server and Weblogic Portal. This is the good installation package. Also it will install samples for Portal and Server. If you select all default typical mode, it will NOT install samples. You can install samples later on also, but its good at installation time itself you select custom and check Samples also.
    3. WLP 10.3.2 uses Eclipse IDE. If you are familiar with Eclipse IDE this should be helpful. Otherwise also, its ok.
    4. For learning WLP, in Eclipse IDE, you need to create Portal EAR Project, then Portal Web Project. Inside portal web project create simple jsp hello world portlets and a simple portal.
    5. For Deploying and Testing Portal application you need to create Portal Domain using config wizard. You can see this from Start -> Programs -> Oracle Weblogic Portal shortcut -> Weblogic Server -> Tools -> Configuration Wizard.
    6. You can start Workshop IDE from Start -> Program Files -> Oracle Weblogic Portal ...-> Eclipse For Weblogic 10.3.2
    Here are the links for quick start guide for portal development. Please do refer them.
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/tutorials/index.html
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/quickstart/newproject.html
    HTH
    Ravi Jegga

  • How to install struct2 in netbeans and eclipse

    how to install struct2 in netbeans and eclipse

    Hi ganesh_delhi1980,
    It's Struts 2 and not struct2.
    You may verify what version of Struts is already installed on your IDE, you may also download and install packages :
    - NetBeans : Tools > Plugins
    - Eclipse : Help > Software updates...

  • How can i remove windows 7 and reinstall a fresh copy of windows 7

    how can i remove windows 7 and reinstall a fresh copy of windows 7

    Assuming you installed Windows in a Boot Camp partition, start up Boot Camp Assistant and select the menu item to remove Windows and return the drive to a single partition. Then run Boot Camp Assistant and select the menu item to install Windows 7.

  • How do I uninstall safari 7 and reinstall safari 6 (snow leopard)?

    How do I uninstall safari 7 and reinstall snow leopard? I was on pinterest and it said I needed up to update my browser, so I did and now safari won't open for me since I have 10.6.8. How can I get safari back on my computer? I didn't know that my computer isn't compatible with the new software before I downloaded it and I can't figure out how to uninstall it so I can have my previous version back. Thanks!

    Classic Mac operating systems don't run Safari.  I've asked this thread be moved to the appropriate forum.
    Read this tip to more properly identify your Mac:
    https://discussions.apple.com/docs/DOC-6413
    So we can tell you what will be able to install on it, and what won't.
    Is your data backed up from prior to these installs?

  • My itunes can not upgrade. it is looking for athe Itunes.MSI file, but it is unable to find it on the C:drive.  How do I correct the error, and reinstall Itune for my Iphone, Ipad and Ipod?

    My itunes can not upgrade. it is looking for athe Itunes.MSI file, but it is unable to find it on the C:drive.  How do I correct the error, and reinstall Itune for my Iphone, Ipad and Ipod?

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • How to completely wipe out OS and reinstall.

    I have a 22 month old iPad, now it runs slow and crashes all the time.  How do I wipe the drive and reinstall OS 5...

    http://support.apple.com/kb/HT1414
    Regards.

  • How do I clear the Disk and reinstall the OS on my new Mac Mini without an Optical Drive?

    How do I clear the Disk and reinstall the OS on my new Mac Mini without an Optical Drive?

    If it's a new mini, should have Mtn Lion on it. In any case, restart into recovery mode, and follow the instructions.

  • How do I back up files and reinstall original disks on my Power Mac G-4 (2000)

    How do I back up files and reinstall original disks on my Power Mac G-4 (yr. 2000). I know that sounds basic but I have very few techno skills. So please "talk down" to me. I had a newer PC (2005) but the hard drive crashed and I am trying to resuscitate this old mac until I can afford to buy a new one. I am in the middle of writing a book (based on Steve Job's life) and must have SOMETHING to write with. Anyone have a better one they can loan me? I am in Maine on the coast. BTW this machine seems to have trouble reading or formatting most CD-disks. Can anyone recommend a type and brand that works well with this model? Thanks for any assistance anyone can render. Here is what I have:
    Machine Name:          Power Mac G4
      Machine Model:          PowerMac3,4
      CPU Type:          PowerPC G4  (2.9)
      Number Of CPUs:          1
      CPU Speed:          467 MHz
      L2 Cache (per CPU):          1 MB
      Memory:          768 MB
      Bus Speed:          133 MHz
      Boot ROM Version:          4.2.8f1

    Why do you want to reformat the drive?  Is it because the machine is running slow?
    Be sure to backup you important files, like the book, daily.
    The cheapest approach would be to try to figure out why the machine is running slow.  Be sure to try safe boot.
    You may want to run these "standard" fixes if the problem persists.
    1) Check the amount of free space on your harddrive.  You should have a several gigs free.
    2) You should run disk utility
          Macintosh-HD -> Applications -> Utilities -> Disk Utility
          a) verify the disk
          b) update your permissions.
    3) Try a safe boot.
         Shutdown your machine.  Hold down the shift key.  Poweron.  Wait awhile; wait awhile while you harddrive
         is being checked.
         http://support.apple.com/kb/ht1455
    4) Another way to correct filesystem problems is into single use mode.
         This page will tell you how to get into single user mode.
         http://support.apple.com/kb/HT1492
        Basically, you hold down the command + s key then  powering on your machine. The command key
        has a little apple symbol on the lower left. It is between the alt/option key and the space bar. 
    4) You may want to run applejack to clean up your machine.
          http://applejack.sourceforge.net/
    6) Run hardware diagnostics.  It's good for a sanity check.
    The older versions of ccc were donationware.
    Here are two utilities for making a complete backup of your internal hard drive.  I've recommend using one of these so that you can create a bootable system  on your external hard drive. ( PPC require a firewire connected drive. )  Once created, you can run your system from the external drive.  Hold down the option key on your keyboard then power on your machine.  This will bring you in startup manager click on the drive image you wish to boot then click on the arrow key to the right.
    "Clone, synchronize, backup. Schedule and forget it."
    http://www.bombich.com/software/ccc.html
    "SuperDuper is the wildly acclaimed program that makes recovery painless, because it makes creating a fully bootable backup painless."
    http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html

  • HT3964 Hi my MacBook is freezing whenever I try to open an application. I have tried resetting the system management controller, however no success. How can I wipe my hardrive and reinstall it again. PS: I no longer have the installation CDs,

    Hi my MacBook is freezing whenever I try to open an application. I have tried resetting the system management controller, however no success. How can I wipe my hardrive and reinstall it again. PS: I no longer have the installation CDs, can I download it from Apple?

    To get replacement installation disks, call Apple.  Have the serial number of your MBP ready and a credit card.  There is a fee.
    Ciao.

  • How do i uninstall firefox 5 and reinstall firefox 4?

    Today firefox updated itself inspite of the "update firefox" option NOT being checked. I've now lost the functionality of addins that I depend on daily... :(
    How do I uninstall firefox 5 and reinstall firefox 4?

    Today firefox updated itself inspite of the "update firefox" option NOT being checked. I've now lost the functionality of addins that I depend on daily... :(
    How do I uninstall firefox 5 and reinstall firefox 4?

  • [SOLVED] How to install and run (on debian) a separate, downlevel version of firefox for the F5/firepass VPN?

    (Note: my problem is similar to [https://support.mozilla.org/en-US/questions/931534?e=es&as=aaq another current problem] except that
    * OP is running windows (I'm running a debian linux)
    * OP is asking a more general question (how to fix?) while I'm asking for details on a proposed fix)
    I'm currently running
    $ lsb_release -ds
    Linux Mint Debian Edition
    $ cat /etc/debian_version
    wheezy/sid
    $ uname -rv
    3.2.0-2-amd64 #1 SMP Sun Mar 4 22:48:17 UTC 2012
    $ iceweasel --version
    Mozilla Iceweasel 13.0.1
    I'd like to continue running an uplevel iceweasel ([http://en.wikipedia.org/wiki/Mozilla_Corporation_software_rebranded_by_the_Debian_project which is firefox]) but apparently need to run a downlevel version in order to run a particular vendor-supplied plugin. How best to do that (i.e., with minimal performance degradation, and without affecting my package management)? Or is there another way to solve the general problem (running the F5 Network Access Plugin)? Why I ask:
    My employer is giving me remote access via a SecurID token and the F5 Network Access Plugin (F5NAP). The latter is in fact a browser plugin, which seems to me an odd way to implement a VPN, but it's the only offered option. Unfortunately,
    * the only browsers supported for linux are Firefox 3 and Firefox 8 (per [http://support.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm_compatibility_matrix_10_2_1.html this]--scroll to "Linux Operating Systems")
    * my primary laptop runs LMDE (see above) with Iceweasel 13 (from the mozilla.debian.net repository), which I want to keep. (It's the uplevel browser, dammit !-)
    So I first tried to install the F5NAP on my iceweasel, hoping it was sufficiently like the listed versions. I browsed to my employer's site, logged in using the token, and followed the link to install the plugin. Unfortunately, that failed: the xpi began running, but then quit with the message
    > F5 Network Access Plugin could not be installed because it is not compatible with Iceweasel 13.0.1
    Hoping for a simple workaround, I told the often-useful User Agent Switcher plugin to emulate Firefox 8, but no fix. Hence it seems like I will hafta
    * install Firefox 3 or Firefox 8
    * run that downlevel browser whenever I want remote access
    * run the uplevel browser for everything else
    This definitely seems like a kludge, so I am open to alternatives. Meanwhile I'm wondering:
    # Which of the F5-supported downlevel browsers (Firefox 3 or Firefox 8) has the smaller memory footprint?
    # How to install the downlevel browser so that it does not interfere with my uplevel browser's configuration, operation, and updating via debian package management?
    # How to run the downlevel browser so that its operation does not interfere with my uplevel browser? I know firefox typically wants to run singleton.

    @[https://support.mozilla.org/en-US/user/160087 verdi]: thanks for your helpful suggestions. The "fix" (actually a kludge, but I gotta work with what F5 and my employer give me) was:
    # Install/run latest Firefox 3 (despite there being [https://support.mozilla.org/en-US/questions/932269 no 64-bit version for linux]) using [https://docs.google.com/open?id=0BzDAFHgIxRzKbmJDUGZqTzhfbDg this bash scriptlet].
    # Create a [https://docs.google.com/open?id=0BzDAFHgIxRzKQjRyQndqUTJpRXM run script] to start firefox so that one can
    #* choose the appropriate profile (I was unable to set it from the script without startup error)
    #* run multiple instances (I don't want 3.x firefox touching my uplevel profile)
    # Run Firefox 3.x with the runner, then point it to my employer's site to install the [http://support.f5.com/kb/en-us/products/big-ip_apm/manuals/product/apm_compatibility_matrix_10_2_1.html F5 Network Access Plugin] (restarting firefox as required).
    The gnome-terminal tab from which I invoke the runner spews a bazillion "wrong ELF class: ELFCLASS64" errors, but the plugin runs, and I can SSH normally (though more slowly) to servers on the VLAN from another terminal tab.

  • [SOLVED] How to install Image magick extension for php?

    As in topic, how to install imagick extension for php (xampp)? I tried with pecl, i installed pear first and imagick with "pecl install imagick". I added extension to php.ini file (/opt/lampp/etc/php.ini) but when i try to start xampp, i get error:
    Warning: PHP Startup: Unable to load dynamic library '/opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/imagic.so' - /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/imagic.so: cannot open shared object file: No such file or directory in Unknown on line 0
    What should i do?
    Last edited by smiechowy (2011-03-06 12:23:55)

    it was installed in /usr/lib/php/modules/ I copied imagic.so to /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/ but it still don't work ;/
    Edit: problem solved, i made a mistake adding "imagic.so" in php.ini instead of "imagick.so".
    Last edited by smiechowy (2011-03-06 12:23:39)

Maybe you are looking for

  • Extended Notifications: Message not sent

    Hi Folks I had configured the extended notifications in the development system and it was working perfactly. Then I transported the customizing request for the above config to Test system. I have scheduled the job for SCOT and SWN_SELSEN. SWN_SELSEN

  • Default Duplex Printing - Adobe Reader 11

    Hello, I recently installed Adobe Reader 11. I notice that, while the default for my Brothers duplex printer is set in WINDOWS 7 64 bit to Duplex, the Adobe Reader "Print" screen is displayed with the "Print on both sides of paper" box unchecked. If

  • How to reconnect missing file from iCloud on PSE 12?

    I placed all my photos in the iCloud and also copied them to a flash drive and removed them from the hard drive. Now Organizer asks to reconnect missing files. The drop down menu in Browse does not list the Cloud as an option. How do i reconnect from

  • Why is video footage lost on ipad after creating an imovie?

    Having created an imovie, why does video footage disappear , how can it be retrieved, any tips to prevent in future and while on the topic , how can a Dvd disc be created to create a hard copy of all imovies?

  • ESS- Code of Conduct  Application Error

    Dear sdn,                   Hi Whenever i click the code of conduct service i getting the following error msg A critical error has occured. Processing of the service had to be terminated. Unsaved data has been lost. Please contact your system adminis