Install mechanize module - perl

Hello,
I have Snow Leopard along with Xcode as well...
I want to install Mechanize module - perl. I tried installing the module from few sites but i keep getting following error while compiling perl script.
Can't locate WWW/Mechanize.pm in @INC (@INC contains: /Library/Perl/Updates/5.10.0/darwin-thread-multi-2level /Library/Perl/Updates/5.10.0 /System/Library/Perl/5.10.0/darwin-thread-multi-2level /System/Library/Perl/5.10.0 /Library/Perl/5.10.0/darwin-thread-multi-2level /Library/Perl/5.10.0 /Network/Library/Perl/5.10.0/darwin-thread-multi-2level /Network/Library/Perl/5.10.0 /Network/Library/Perl /System/Library/Perl/Extras/5.10.0/darwin-thread-multi-2level /System/Library/Perl/Extras/5.10.0 .) at mp3.pl line 7.
BEGIN failed--compilation aborted at mp3.pl line 7.
Any help would be appreciated.

Did you ever find a solution to your question? I know it was a while ago and i am trying to accomplish the same task with an EBS url

Similar Messages

  • Cannot install DBD::Oracle perl module with Oracle 11.2.0.3 client

    Hi
    I have been trying to install DBD::Oracle perl module on a Centos 5.7 server which is running Oracle client version 11.2.0.3. I have installed all dependencies prior to attempting installing the same and I am running into the following error -
    /usr/bin/ld: skipping incompatible /app/utiba/oracle/client/lib//libclntsh.so when searching for -lclntsh
    /usr/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    make: *** [blib/arch/auto/DBD/Oracle/Oracle.so] Error 1Here are the complete details of my attempt of installation of the perl module -
    [root@tch1testuview1 DBD-Oracle-1.50]# perl Makefile.PL
    Using DBI 1.52 (for perl 5.008008 on x86_64-linux-thread-multi) installed in /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI/
    Configuring DBD::Oracle for perl 5.008008 on linux (x86_64-linux-thread-multi)
    Remember to actually *READ* the README file! Especially if you have any problems.
    Installing on a linux, Ver#2.6
    Using Oracle in /app/utiba/oracle/client
    DEFINE _SQLPLUS_RELEASE = "1102000300" (CHAR)
    Oracle version 11.2.0.3 (11.2)
    Found /app/utiba/oracle/client/rdbms/lib/ins_rdbms.mk
    Using /app/utiba/oracle/client/rdbms/lib/ins_rdbms.mk
    Your LD_LIBRARY_PATH env var is set to '/app/utiba/oracle/client/lib:/lib:/usr/lib'
    Reading /app/utiba/oracle/client/rdbms/lib/ins_rdbms.mk
    Reading /app/utiba/oracle/client/rdbms/lib/env_rdbms.mk
    WARNING: Oracle /app/utiba/oracle/client/rdbms/lib/ins_rdbms.mk doesn't define a 'build' rule.
    WARNING: I will now try to guess how to build and link DBD::Oracle for you.
             This kind of guess work is very error prone and Oracle-version sensitive.
             It is possible that it won't be supported in future versions of DBD::Oracle.
             *PLEASE* notify dbi-users about exactly _why_ you had to build it this way.
    Found header files in /app/utiba/oracle/client/rdbms/public.
    client_version=11.2
    DEFINE= -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.3\" -DORA_OCI_102 -DORA_OCI_112
    Checking for functioning wait.ph
    System: perl5.008008 linux builder10.centos.org 2.6.18-53.el5 #1 smp mon nov 12 02:14:55 est 2007 x86_64 x86_64 x86_64 gnulinux
    Compiler:   gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm
    Linker:     /usr/bin/ld
    Sysliblist: -ldl -lm -lpthread -lnsl -lirc -lipgo
    Oracle makefiles would have used these definitions but we override them:
      CC:       $(GCC)
      CFLAGS:   $(GFLAG) $(OPTIMIZE) $(CDEBUG) $(CCFLAGS) $(PFLAGS)\
            $(SHARED_CFLAG) $(USRFLAGS)
               [$(GFLAG) -O2 $(CDEBUG) $(CCFLAGS) -I/app/utiba/oracle/client/rdbms/demo -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/plsql/public -I/app/utiba/oracle/client/network/public -DLINUX -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -DSLTS_ENABLE -DSLMXMX_ENABLE -D_REENTRANT -DNS_THREADS -DLDAP_CM $(LPFLAGS) $(PLSQLNCGFLAGS) $(USRFLAGS)]
      LDFLAGS:  -o $@ $(LDOBJSZ) $(LDPATHFLAG)$(PRODLIBHOME) $(LDPATHFLAG)$(LIBHOME) $(LDPATHFLAG)$(LIBHOME)stubs/ $(LDPATHFLAG)$(LIBHOME) $(LLIBIRC)
               [-o $@ -m32 -L/app/utiba/oracle/client/rdbms/lib/ -L$(LIBHOME) -L$(LIBHOME)stubs/ -L$(LIBHOME) -lirc -lipgo ]
    Linking with  -lclntsh -ldl -lm -lpthread -lnsl -lirc -lipgo -ldl -lm  [from $(OCISHAREDLIBS)]
    LD_RUN_PATH=/app/utiba/oracle/client/lib
    Using DBD::Oracle 1.50.
    Using DBD::Oracle 1.50.
    Using DBI 1.52 (for perl 5.008008 on x86_64-linux-thread-multi) installed in /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI/
    Writing Makefile for DBD::Oracle
    ***  If you have problems...
         read all the log printed above, and the README and README.help.txt files.
         (Of course, you have read README by now anyway, haven't you?)
    [root@tch1testuview1 DBD-Oracle-1.50]# make
    Skip blib/lib/DBD/Oracle/Troubleshooting/Cygwin.pod (unchanged)
    Skip blib/lib/DBD/Oracle.pm (unchanged)
    Skip blib/lib/oraperl.ph (unchanged)
    Skip blib/arch/auto/DBD/Oracle/Oracle.h (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Vms.pod (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Linux.pod (unchanged)
    Skip blib/lib/DBD/Oracle/GetInfo.pm (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting.pod (unchanged)
    Skip blib/arch/auto/DBD/Oracle/dbdimp.h (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Hpux.pm (unchanged)
    Skip blib/arch/auto/DBD/Oracle/ocitrace.h (unchanged)
    Skip blib/lib/Oraperl.pm (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Sun.pod (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Macos.pod (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Aix.pod (unchanged)
    Skip blib/lib/DBD/Oracle/Object.pm (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Win64.pod (unchanged)
    Skip blib/arch/auto/DBD/Oracle/mk.pm (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Win32.pod (unchanged)
    gcc -c  -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/rdbms/demo -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/plsql/public -I/app/utiba/oracle/client/network/public -I/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC "-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.3\" -DORA_OCI_102 -DORA_OCI_112 Oracle.c
    gcc -c  -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/rdbms/demo -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/plsql/public -I/app/utiba/oracle/client/network/public -I/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC "-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.3\" -DORA_OCI_102 -DORA_OCI_112 dbdimp.c
    dbdimp.c: In function ‘fb_ary_cb_alloc’:
    dbdimp.c:324: warning: comparison is always false due to limited range of data type
    dbdimp.c:325: warning: comparison is always false due to limited range of data type
    dbdimp.c:326: warning: comparison is always false due to limited range of data type
    dbdimp.c:327: warning: comparison is always false due to limited range of data type
    dbdimp.c:328: warning: comparison is always false due to limited range of data type
    dbdimp.c: In function ‘fb_ary_alloc’:
    dbdimp.c:344: warning: comparison is always false due to limited range of data type
    dbdimp.c:345: warning: comparison is always false due to limited range of data type
    dbdimp.c:346: warning: comparison is always false due to limited range of data type
    dbdimp.c:347: warning: comparison is always false due to limited range of data type
    gcc -c  -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/rdbms/demo -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/plsql/public -I/app/utiba/oracle/client/network/public -I/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC "-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.3\" -DORA_OCI_102 -DORA_OCI_112 oci8.c
    oci8.c: In function ‘ora_blob_read_mb_piece’:
    oci8.c:1804: warning: comparison is always false due to limited range of data type
    oci8.c: In function ‘describe_obj_by_tdo’:
    oci8.c:3256: warning: comparison is always false due to limited range of data type
    oci8.c: In function ‘ora_describe’:
    oci8.c:3480: warning: comparison is always false due to limited range of data type
    oci8.c: In function ‘ora_st_fetch’:
    oci8.c:3953: warning: unused variable ‘imp_xxh’
    Running Mkbootstrap for DBD::Oracle ()
    chmod 644 Oracle.bs
    rm -f blib/arch/auto/DBD/Oracle/Oracle.so
    LD_RUN_PATH="/app/utiba/oracle/client/lib" gcc  -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic Oracle.o dbdimp.o oci8.o  -o blib/arch/auto/DBD/Oracle/Oracle.so  \
               -L/app/utiba/oracle/client/lib/ -lclntsh -ldl -lm -lpthread -lnsl -lirc -lipgo -ldl -lm      \
    /usr/bin/ld: skipping incompatible /app/utiba/oracle/client/lib//libclntsh.so when searching for -lclntsh
    /usr/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    make: *** [blib/arch/auto/DBD/Oracle/Oracle.so] Error 1I am sure that installing a previous(older) version of oracle client will fix this issue i.e. either 11.2.0.1 or older (that is tested) but I want to know if it is possible to resolve the above issue with a work around and not having to install a previous version.
    Fyi.. I've tried to install DBD::Oracle version 1.24 and 1.50 but that doesn't seem to make any difference. I couldn't find any related thread either for this error so I desperately need a solution to the same(if any).
    If anyone can help here, would really appreciate it or else, I will have no choice but to install previous version of oracle client.
    Thanks
    Edited by: 956308 on Aug 31, 2012 6:55 AM
    Edited by: 956308 on Aug 31, 2012 6:57 AM

    Contents of the response file:
    oracle.install.responseFileVersion=http://www.oracle.com/2007/install/rspfmt_clientinstall_response_schema_v11_2_0
    ORACLE_HOSTNAME=slc00caz
    UNIX_GROUP_NAME=oracle
    INVENTORY_LOCATION=/home/psadm1/oraInventory
    SELECTED_LANGUAGES=en
    ORACLE_HOME=/opt/oracle/psft/pt/oracle-client/11.2.0.x
    ORACLE_BASE=/opt/oracle/psft/pt/oracle-client
    oracle.install.client.installType=Custom
    oracle.install.client.upgrading=false
    oracle.install.client.customComponents=oracle.rdbms.util:11.2.0.3.0,oracle.javavm.client:11.2.0.3.0,oracle.sqlplus:11.2.0.3.0,oracle.dbjava.jdbc:11.2.0.3.0,oracle.rdbms.oci:11.2.0.3.0,oracle.xdk:11.2.0.3.0,oracle.network.aso:11.2.0.3.0,oracle.assistants.oemlt:11.2.0.3.0,oracle.network.client:11.2.0.3.0,oracle.odbc:11.2.0.3.0,oracle.dbdev:11.2.0.3.0
    oracle.install.client.schedulerAgentHostName=
    oracle.install.client.schedulerAgentPortNumber=
    oracle.installer.autoupdates.option=SKIP_UPDATES
    oracle.installer.autoupdates.downloadUpdatesLoc=
    AUTOUPDATES_MYORACLESUPPORT_USERNAME=
    AUTOUPDATES_MYORACLESUPPORT_PASSWORD=
    PROXY_HOST=
    PROXY_PORT=0
    PROXY_USER=
    PROXY_PWD=
    PROXY_REALM=

  • How to install CPAN modules

    OS Ver: 10.8.5
    I'm just starting to mess around with Perl on my mac, and went to install WWW::Mecahnize, only to find that it would fail via CPAN. After a little digging, i found i needed Xcode command line utilities installed. After that, i found different suggestions of how to continue.
    What is the "best practice" to instal CPAN modules? Should i be root? Should i use a custom directory so as not to mess with the apple supported installation? Is there an article on this?

    chacham wrote:
    Thanx. CPAN via sudo, that just what i needed to know/hear.
    Does that mean that you don't need to know a better option?
    You can install modules into a private CPAN as a non-root user.
    https://wiki.hpcc.msu.edu/display/Bioinfo/Installing+Local+Perl+Modules+with+CPA N
    This will avoid lots of hassles.

  • How to install memory modules on a macbook pro 15"

    I run Windows 7 via parallels desktop on my macbook pro. How do I type special characters on a Word document using the mac keyboard?

    how to install memory modules on a macbook pro 15"
    Read the manual / user guide that came with your comptuer or download it from http://support.apple.com/manuals/
    I run Windows 7 via parallels desktop on my macbook pro. How do I type special characters on a Word document using the mac keyboard?
    Post your question on the Paralells forums:  http://forums.parallels.com

  • Bridge cc 64bit ,can't install Output Module ,help

    hi
    why is so hard to install output module
    i did everything Install Adobe Output Module
    and when i close bridge and restart it asked me if i want to add the output module , i asnwer yes
    i have the outpot workspace ,but when i click on it , nothing ,,,
    i tried to delete the files of the output module , re-load brige cc ,close ->re -install the output module
    nothing i can't have the output module
    why is so hard to let it work ?
    may i ask ?
    do you think reset the preferences could help ?
    in this case, how can i backup them ?
    i run the last version of bridge cc ,photoshop cc 64bit under w8,1 pro 64bit
    thanks

    hi
    after reading around the forum without luck
    i found the solution  at least for windows
    well inside the AOM_Package_Win64  in my case because i installed only bridge 64bit
    there is
    Adobe Output Module
    AdobeOutputModule.workspace
    copy/extract the folder Adobe Output Module -> C:\Program Files\Common Files\Adobe\Bridge CC Extensions
    copy/extract the file AdobeOutputModule.workspace ->  C:\Program Files\Common Files\Adobe\Bridge CC Extensions\Workspaces
    start bridge

  • How to install Apache module mod_rewrite

    Kindly tell me, how to install Apache module mod_rewrite which is a standard module in the Oracle HTTP Server (OHS).. I have installed OAS(10.1.2) but mod_rewrite module is missing..
    Edited by: SrinivasanSeniorDBA on 26 Feb, 2010 2:42 PM

    Got it

  • Install error "could not install some modules:"

    After I finsihed install I got some errors one was saying somthing exception related to Zip and then after second run I get
    Warning - could not install some modules:
         Core Modeling Library - The module named com.tomsawyer.module/1 was needed and not found.
         Core Modeling Library - The module named org.antlr.module/1 was needed and not found.
    I try to reinstall with the option "repair install" and after that I still get the same error.
    by the way I installed both jdk and the ide. I have an older jdk still on my computer.

    Thanks for response!
    To start the Application Server, open a terminal
    window
    or command prompt and execute the following:
    asadmin start-domain --verbose domain1 The comand window starts with C:\documents and settings\administrator, should I firstly change it to C:\ ? and how to change to C:\ ?
    Or, on Windows, you can choose
    Programs -> Sun Microsystems -> J2EE 1.4 SDK -> Start
    Default Server No, in my Programs menue, there's no Sun Microsystems.
    Says Starting and Stopping the Application Server
    chapter of The J2EE 1.4 Tutorial:
    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/
    I browsed the tutorial, it doesn't provide such a trouble shooting.
    Are you sure that you have application server
    installed?Ths install procedure was successfully finished without any error message. Also, I can see J2EE is in my Control Pannel\ Add Remove\Program list.
    What should I do? Thanks!
    Jenny

  • How to De-install HRMS module in Oralce EBS 11.5.10.2

    Hi,
    Can some one please guide me, how to How to De-install HRMS module in Oralce EBS 11.5.10.2
    Thanks,

    Oracle Applications does not support deinstalling products once it is installed and licensed. So, there is no supported way to deintall HRMS.

  • How do I install the modules from Business Catalyst into Dreamweaver?

    They have changed things around compared to Dreamweaver 6. I have my website on the B.C. website, but don't know how to add the modules on Dreamweaver.

    Thanks for the reply. I already have the add on installed. I've had it installed and using it for a few months now. The issue is, unlike the previous version before DW CC, I was able to install the modules on my computer and open them up in D.W. and was able to add the modules to my pages through D.W.
    I'll look at the link again and see if that is what it's showing me what to do.

  • Bridge CC stopped working after installing Output Module. Uninstalled Bridge CC App, how reinstall?

    Bridge CC App wont start after installing output module. So uninstalled Bridge CC App and need to reinstall it. Ho to reinstall?

    So uninstalled Bridge CC App and need to reinstall it. Ho to reinstall?
    When having a subscription to Adobe CC you also should have the application Adobe Creative Cloud in you App folder.  Use thi application to download and install Bridge CC again.

  • SQL Developer will not start - could not install some modules

    I just installed the Java JDK 7u51 as well as the JRE 7u51. Following that I extracted SQL Developer to a fresh directory. When I open SQL Developer I get the following error message:
    Warning - could not install some modules:
    JDeveloper/NetBeans Bridge - The module named oracle.ide was needed and not found.
    Extensions Cache - The module named oracle.javaxide was needed and not found.
    Extensions Cache - The module named oracle.ide was needed and not found.
    Actions Bridge - The module named oracle.javatools was needed and not found.
    Actions Bridge - The module named oracle.ide was needed and not found.
    Any idea why I'm getting this message? I installed it on my laptop with no problem.

    What is the directory structure under you SQLDeveloper directory?
    Is should be something like tthe list below.   If it isn't something has gone wrong with your extraction.
    Directory of D:\progs\sqldeveloper-4.0.0.13.80-no-jre
    18/01/2014  11:59    <DIR>          .
    18/01/2014  11:59    <DIR>          ..
    14/12/2013  10:41    <DIR>          configuration
    14/12/2013  10:32    <DIR>          dataminer
    14/12/2013  10:32    <DIR>          dropins
    14/12/2013  10:32    <DIR>          dvt
    14/12/2013  10:32    <DIR>          equinox
    14/12/2013  10:32    <DIR>          external
    10/12/2013  13:28             1,404 icon.png
    14/12/2013  10:32    <DIR>          ide
    14/12/2013  10:32    <DIR>          javavm
    14/12/2013  10:32    <DIR>          jdbc
    14/12/2013  10:32    <DIR>          jdev
    14/12/2013  10:32    <DIR>          jlib
    14/12/2013  10:32    <DIR>          jviews
    14/12/2013  10:33    <DIR>          modules
    14/12/2013  10:33    <DIR>          netbeans
    14/12/2013  10:33    <DIR>          rdbms
    10/12/2013  13:28            23,580 readme.html
    14/12/2013  10:33    <DIR>          sleepycat
    10/12/2013  13:28               835 sqlcli
    10/12/2013  13:28               741 sqlcli.bat
    14/12/2013  10:33    <DIR>          sqldeveloper
    10/12/2013  13:28            82,944 sqldeveloper.exe
    10/12/2013  13:28                71 sqldeveloper.sh
    14/12/2013  10:33    <DIR>          sqlj
    14/12/2013  10:33    <DIR>          svnkit
    03/12/2013  00:30             6,426 view-source-paths.lis

  • How do I install Bluetooth module on i Mac G5 17 " 1.6Ghz M9248LL/A 2 GB Ram

    How do I install BlueTooth Module in 2004  i Mac G5, 17 in, 1.6 Ghz,  2GB Ram, M9248LL/A.  I found one to buy on ebay for this I Mac G5 model for about $13 and before I order I wanted to know if anyone has installed Blue Tooth on this i Mac G5 model.  The i Mac G 5 Guide shows how to install an Airport Extreme card for internet wifi and indicates that you can add Blue Tooth but not how to install it

    Kappy,
    iFixIt is helpful, clear photo instructions on locating and replacing Bluetooth module of my I Mac G5 model.  Will use it for other issues with my mac. Great Tip.  Thanks a million.
    user448800

  • [Solved] gcc 4.7 breaks passenger-install-nginx-module

    I needed to recompile nginx with some different options, but since upgrading to gcc 4.7 running passenger-install-nginx-module always gives the following compilation error:
    g++ -Iext  -D_REENTRANT -I/usr/local/include -DHASH_NAMESPACE="__gnu_cxx" -DHASH_NAMESPACE="__gnu_cxx" -DHASH_FUN_H="<hash_fun.h>" -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -g -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -o ext/common/libboost_oxt/aggregate.o -c ext/common/libboost_oxt/aggregate.cpp
    In file included from ext/boost/thread/detail/platform.hpp:17:0,
                     from ext/boost/thread/once.hpp:12,
                     from ext/boost/src/pthread/once.cpp:7,
                     from ext/common/libboost_oxt/aggregate.cpp:5:
    ext/boost/config/requires_threads.hpp:29:4: error: #error "Threading support unavaliable: it has been explicitly disabled with BOOST_DISABLE_THREADS"
    Upgrading to latest gems made no difference.
    This took me ages to find a workaround so for anyone who has this problem here is a description of the problem and how to resolve the issue (you will need to edit the file /usr/lib/ruby/gems/1.9.1/gems/passenger-3.0.11/ext/boost/config/stdlib/libstdcpp3.hpp):
    https://svn.boost.org/trac/boost/ticket/6165

    Good to know
    If you get a  "TIME_UTC" compatability issue
    Passenger's boost version fails to compile,
    read more: Unable to compile applications using boost_thread since updating boost

  • FB3 Install Hangs at "Installing Merge Module"

    When i try to install Flex Builder 3 or Flex Builder 3
    Plug-in the installer hangs at this dialog
    Installing... Install Merge Module(Build Time):
    FlashPlayerMergeMo...
    Installing Merge Module
    Anyone know how to fix this?

    Man, I had the same problem here ..
    Just uncheck the "Install flash player 9 to Mozilla and IE"
    in the first steps of installation ... install it manually after.
    It worked here =]
    I hope have helped !! bye !

  • Problem upgrading and installing virtualbox-modules

    Have some problems upgrading and installing virtualbox-modules
    [elgringo@compjotr Desktop]$ sudo pacman -S community/virtualbox-modules
    resolving dependencies...
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: lirc: requires kernel26>=2.6.26-1
    :: nvidia: requires kernel26>=2.6.26-1
    Had to uninstall lirc nvidia and virtualbox-modules before I could upgrade the kernel and now I can't install the virtualbox-modules.
    Anyone else who experienced the same problems?

    virtualbox-modules depends on the kernel in core. If you want to use the kernel in testing, you'll need to rebuild the virtualbox-modules against it.
    Virtualbox-modules will be fixed when kernel 2.6.26 will be moved in core. So you can wait if you prefer.

Maybe you are looking for