Can't install perl modules for bugzilla

I'm currently attempting to install Bugzilla on my Arch server. This service depends on Perl and a collection of modules.
I attempted:
perl install-module.pl --all
... and it worked, so it seemed. However, when attempting to run my install script again, I am warned that the module DBI is not installed. I attempt to install it manually (specify it in particular with the previous command), and it says that DBI is up to date. I attempt the script again, and still get the error.
Is this a bug with Bugzilla's install script, or with the installation of Perl modules?

Here is a link to a resolution in Lion. It may also solve your Mountain Lion Perl DBD issue as well.
If you run the command below before executing your Perl script the library is found and all is well!
export DYLD_LIBRARY_PATH="/usr/local/mysql/lib:$DYLD_LIBRARY_PATH"
Put this in your .bashrc or .bash_profile.
On Apple StackExchange, Matthew Weiss had another approach.
I found on another website the following command
$ sudo perl -MCPAN -e 'CPAN::Shell->notest(install => CPAN::Shell->r)'
This updated all my perl modules and all is back to normal. Not sure why or what, but don't care that it is working now.

Similar Messages

  • Can't install perl modul DBD::Oracle with XE

    Hello,
    I have installed oracle 10.2.0.1 XE and want now install the perl modul DBD::Oracle.
    After running
    perl Makefile.PL
    I get the message:
    Unable to locate an oracle.mk, proc.mk or other suitable *.mkfile in your Oracle installation. (I looked in
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/lib/oracle.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/demo/oracle.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/demo/demo_rdbms.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/otrace/demo/atmoci.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/precomp/demo/proc/proc.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/precomp/demo/proc/demo_proc.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/proc/lib/proc.mk /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/proc16/lib/proc16.mk)
    And the program is right!!
    I do not have any of this files on my Computer.
    I also looked in the files
    oracle-instantclient-basic-10.2.0.1-1.i386.rpm
    oracle-instantclient-devel-10.2.0.1-1.i386.rpm
    where I also can't find these files.
    Could you please help and tell me, where I can get these files?
    Thank you,
    Marc

    See the thread on Perl with XE in Re: How can I get CPAN  DBD::Oracle to install with XE?
    -- cj

  • Uninstall all CPAN-installed Perl modules

    A while back, there was a large perl upgrade which required rebuilding of manually-installed Perl modules. At the time, I did not take much of any action as I did not use any applications which depended on CPAN-installed modules -- all I did was to uninstall some older Perl apps which I no longer used.
    Unfortunately, that has recently changed.
    Though I know exactly which modules I need to have on my system when all is said and done, I have no idea how to uninstall all of the old ones which came from the CPAN shell. Does anyone know how to do so?

    rowdog wrote:
    Well, modules are just files so, if you're lucky, the easy way is to find the directory where the modules were installed and delete them.
    If you're unlucky, you've intermingled CPAN modules with those installed by Arch. If that's the case, you might be able to delete each module by hand but you need to be careful not to wipe out Arch's modules. This is slow and hazardous work so please be careful.
    My guess would be that the files are installed in /usr/lib/perl5/site_perl, because mine's empty and that's what it's for. The exact location is controlled by whatever you used to install the modules. (cpan probably, but there are others.)
    If you're really lucky, you can get away with
    cd /usr/lib/perl5/site_perl
    rm -rf .
    Yes, I do have such bad luck. I have used the CPAN.pm shell, the AUR, and pacman to install Perl modules. I shall do more research regarding exactly what goes where during a CPAN.pm-based install. I am not at my own computer so I cannot do all of this now. I will get back to you on this tomorrow. Thank you for your response.
    Last edited by Bushman (2011-07-31 13:10:00)

  • Trouble compiling sleepycat perl module for dbxml on win32

    I'm trying to compile the perl module for Oracle DB XML with no luck so far. I've added nmake and cl to my path using the vcvars32 script. But running 'perl Makefile.PL -config.win32' produces:
    Note (probably harmless): No library found for DB
    Note (probably harmless): No library found for XML
    Note (probably harmless): No library found for 2.3.10/lib
    Note (probably harmless): No library found for -llibdb45
    Writing Makefile for Sleepycat::Db
    Note (probably harmless): No library found for DB
    Note (probably harmless): No library found for XML
    Note (probably harmless): No library found for 2.3.10/lib
    Note (probably harmless): No library found for -llibdbxml23
    Note (probably harmless): No library found for -llibdb45
    Note (probably harmless): No library found for -lxerces-c_2
    Note (probably harmless): No library found for -lxqilla10
    Writing Makefile for Sleepycat::DbXml
    Writing Makefile for Sleepycat::DbXml
    That might not be a problem, although I think all of those libraries are included with the dbxml download. In any case, running nmake fails:
    Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
    Copyright (C) Microsoft Corporation. All rights reserved.
    nmake -f Makefile all -nologo
    cp Db.pod ..\blib\lib\Sleepycat\Db.pod
    cp DbEnv.pod ..\blib\lib\Sleepycat\DbEnv.pod
    cp DbTxn.pod ..\blib\lib\Sleepycat\DbTxn.pod
    cp Db.pm ..\blib\lib\Sleepycat\Db.pm
    cp Dbc.pod ..\blib\lib\Sleepycat\Dbc.pod
    cp Dbt.pod ..\blib\lib\Sleepycat\Dbt.pod
    C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils\xsubpp -noprototypes -C++ -ty
    pemap ../typemap -typemap C:\Perl\lib\ExtUtils\typemap Db.xs > Db.xsc && C:\Per
    l\bin\perl.exe -MExtUtils::Command -e mv Db.xsc Db.c
    cl -TP /EHsc -c -IC:/Berkeley DB XML 2.3.10/include -nologo -EHsc -GF
    -W3 -MD -O1 -Gd -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL
    IMPLICITCONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -nologo
    -DVERSION=\"2.003\" -DXS_VERSION=\"2.003\" "-IC:\Perl\lib\CORE" Db.c
    DB
    c1xx : fatal error C1083: Cannot open source file: 'DB': No such file or directo
    ry
    XML
    c1xx : fatal error C1083: Cannot open source file: 'XML': No such file or direct
    ory
    include
    c1xx : fatal error C1083: Cannot open source file: '2.3.10/include': No such fil
    e or directory
    Db.c
    Db.xs(7) : fatal error C1083: Cannot open include file: 'db_cxx.h': No such file
    or directory
    Generating Code...
    NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
    \cl.EXE"' : return code '0x2'
    Stop.
    NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
    \nmake.EXE"' : return code '0x2'
    Stop.
    Any ideas what I'm doing wrong?

    I figured it out. I discovered that the developer tools weren't installed by default on the Darwin OS. I downloaded them from the Apple site, installed the dmg file and then installed the required Perl modules and then it worked beautifully.
    The problem was that the modules couldn't make properly when being installed.
    Fun Fun
    Donna

  • Can't install the software for the Brother MFC-9440CN because it is not currently available from the Software Update server....how do I get the driver then..it ised to work in my old mac..but cant print to it in my new unit

    Can't install the software for the Brother MFC-9440CN because it is not currently available from the Software Update server....how do I get the driver then..it ised to work in my old mac..but cant print to it in my new unit

    Download the Brother Mountain Lion drivers here.

  • If i reset my ipad can i install paye games for free if i sign back into my apple ID. Please i need help because i need to update my games but i need to put in this billing thing and i want to get rid of it so then i cant buy games with my credit card

    If i reset my ipad can i install paye games for free if i sign back into my apple ID. Please i need help because i need to update my games but i need to put in this billing thing and i want to get rid of it so then i cant buy games with my credit card

    Hello,
    As frustrating as it seems, your best to post any frustrations about the iPhone in the  iPhone discussion here:
    https://discussions.apple.com/community/iphone/using_iphone
    As this discussion is for iBook laptops.
    Best of Luck.

  • How can I install gutenprint drivers for my Epson Stylus Color 440?

    Good day all!
    I have and old and useful printer -Epson Stylus Color 440- and just bougth a cable for connecting it to USB port. Add a new print on its Print and Scan Preference Panel and it was recognized inmediatly, but I was told there was not any driver to that printer.
    Tried to set "Epson Stylus Color Series" on its driver but when I went to print, printer seemed to work but does not eject any ink. It seemed as if I were ran out of ink; its car moved over the places occupied by the photo and sounded as normal printing, but not a drop of ink. I checked on an older windows pc, and ink is full, printed normally. I also looked for its drivers on Epson pages, but it seems there are only available for previos Mac OSs, not for X.
    A son told me that in his Snow Leopard MacBook White there's a dirver called "Epson Stylus Color 440 gutenprint" on his Print and Scan Driver Menu; haven't tried to print from his MacBook yet, and as I searched, those are open drivers.
    I wonder if I can download and install that "Epson Stylus Color 440 gutenprint" from the web, of if there's a way to copy it from my son's Macbook, when he comes and check.
    Thanks in advance for your help.

    How can I install gutenprint drivers for my Epson Stylus Color 440
    Download then isntall:  http://gimp-print.sourceforge.net/

  • TS3147 Can't install the software for the EPSON Epson Stylus Photo R2000 because it is not currently available from the Software Update server.

    Can't install the software for the EPSON Epson Stylus Photo R2000 because it is not currently available from the Software Update server???
    I am using mac osx 10.8 and now cant get print software for epson R2000 printer.

    After system update, my Epson Stylus SX 535WD was ''gone''. I tried in vain to add it as an IP printer (got the IP-address from the printer). The printer model is correctly recognized, software download starts -- but then  the "software ... is not currently available..."
    Resetting  the printing system did not help. Downloading Epson Printer Drivers v2.15.1 from  here
    did not help either, downloading Epson Printer Drivers.
    In the end, I re-installed the printer software from the original CDs. After that the printer showed up as a Bonjour Printer, and I could add it without problem.
    But note: although the printer is installed now and working properly, I still get the old error message (...software ..not available...) if I try to add the printer as an IP printer !?

  • HT204135 Can't install the software for the Brother HL-4070CDW series because it is not currently available from the Software Update server.

    I keep recieving this message for months since I upgraded to the Retina MacBook Pro, "Can't install the software for the Brother HL-4070CDW series because it is not currently available from the Software Update server."  I am unable to install my Brother HL-4070CDW Printer.  I have manually downloaded all the software directly from Brother as well as the Brother Printer Drivers from Apple, but still can not install

    That means you go here:
    http://support.apple.com/kb/DL907?viewlocale=en_US&locale=en_US
    to get the latest HP drivers.

  • When I try to install my Samsung printer i get the following - Can't install the software for the Samsung ML-2525W because it is not currently available from the Software Update server.

    I've downloaded samsung drivers from apple and still no luck. Whenever i try to install my samsung ml-2525w i get the following "Can't install the software for the Samsung ML-2525W because it is not currently available from the Software Update server." The printer is on the network and is on the list of available printers.

    For OS X 10.8 or later:
    OS X Mountain Lion: Reset the printing system
    For earlier versions of OS X:
    Mac OS X: How to reset the printing system

  • HT3669 What does this mean?  Can't install the software for the HP Photosmart A510 series because it is not currently available from the Software Update server."  My Imac finds the printer b ut when I go to install it, I get this error.  Please help.

    Can't install the software for the HP Photosmart A510 series because it is not currently available from the Software Update server.

    That means you go here:
    http://support.apple.com/kb/DL907?viewlocale=en_US&locale=en_US
    to get the latest HP drivers.

  • Can't install the software for the Samsung CLX-3180 Series because it is not currently available from the Software Update server.

    This is the the alert I keep getting when i try to add this new printer
    "Can't install the software for the Samsung CLX-3180 Series because it is not currently available from the Software Update server."
    Im am having BIG problems getting my printer to be recognized

    water bar wrote:
    I am getting the identical error message for an HP Officejet 7200 series printer.
    First there is a message that software is available from Apple.  You click to get it.  Then it tells you that it is not currently available from the software update server.
    I am running OS 10.8.2.  Printer is on my home network (not USB).
    I went to the Apple Software Dowload site and re-downloaded the latest "HewlettPackard Printer Drivers" (v.2.12) and installed them (twice).  No dice.
    Anybody found a way around this problem?
    I solved all print related issues by avoiding HP, worst software I ever saw, this may not work for you though.

  • Can't install the software for the Brother HL-2040 series because it is not currently available from the Software Update server.

    I suddenly can't use my printer!  It stopped working, so I followed apple's advice and deleted the printer, downloaded a new driver, now I get this message when I try to install it:
    Can't install the software for the Brother HL-2040 series because it is not currently available from the Software Update server.
    How do I get my printer working again??

    Where did you download the new driver from ?

  • Can't install the software for the Canon MX870 series because it is not currently available from the Software Update server.

    I'm trying to setup my Canon MX870 USB ink jet printer plugged into my Airport Extreme's USB port.  However, I keep getting a message of; "Can't install the software for the Canon MX870 series because it is not currently available from the Software Update server."  And then I have to click cancel.
    The "Print & Scan" from System Preferences, can see the printer as it has the NAME: Canon MX870 series,  and the LOCATION: 'the name of my network',  and USE: MX870 series.  But after clicking "Add", it tries to install the software (I've already installed the latest drivers however on my Mac Pro) and that's when I get this message;
    "Can't install the software for the Canon MX870 series because it is not currently available from the Software Update server."
    Any ideas, help would be greatly appreciated!
    Marty

    Hello Marty,
    It sounds like you are not able to add your Canon printer in System Preferences.  I found an article with steps you can take to resolve this:
    Resolution
    USB printers and Bonjour-enabled network printers
    Follow these steps until the issue is addressed:
    Make sure that the printer is powered on, has ink / toner, and that there are no alerts on the printer’s control panel. Note: If you cannot clear an alert on the printer's control panel, stop here and check the printer's documentation or contact the manufacturer for support.
    Ensure the printer is properly connected to a USB port on the Mac or AirPort base station / Time Capsule. If the printer is a network-capable printer, make sure that it is properly connected to your home network.
    Use Software Update to find and install the latest available updates. If an update is installed, see if the issue persists.
    Open the Print & Scan pane or Print & Fax (Snow Leopard) pane in System Preferences.
    Delete the affected printer, then add the printer again.
    If the issue persists, try these additional steps:
    Reset the printing system, then add the printer again.
    If the issue still persists, reset the printing system again.  Download and install your printer's drivers. Then, add the printer again.
    Contact the printer vendor or visit their website for further assistance.
    You can find the full article here:
    Troubleshooting printer issues in OS X
    http://support.apple.com/kb/ts3147
    Thank you for posting in the Apple Support Communities. 
    Best,
    Sheila M.

  • "Can't install the software for the HP Officejet 6300 series because it is not currently available from the Software Update server" when I try to install a HP 6300 printer.

    Hi there
    I am trying to install a HP 6300 printer. I can see it when I look to install initially. Then click on installa nd the process starts and I get a message saying it is searching for the software. However after 20 seconds or so I get the message: Can't install the software for the HP Officejet 6300 series because it is not currently available from the Software Update server. This has happned over and over. I have updated the OSx and am 10.8.5. It works on my Mac Book Pro and did once work on the Mac Book Air but stopped so I unistalled and tried to reintsall but no joy. How can i gte the right drivers onto the laptop so that the seach finds them and connects the printer that it already sees?
    Many thanks
    Rob

    Hello there. I understand you are experiencing issues installing your printer on Mac 10.8.5. This document will provide multiple methods on performing this task: http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c03378792
    Please let me know if you have any other questions or concerns.
    I work on behalf of HP

Maybe you are looking for

  • Restrict wireless internet access on certain periods of time

    Hello, We need help on setting up a network with some restrictions for the attached clients. We're quite new at setting up a network at this size. Used devices: 1x SRP 540 router 1x SG 300-10P managed switch 4x AP 541N accesspoint What we want to do:

  • To overcome Authorization error while executing a Function module

    Hello Friends, In my custom workflow , I need to execute a validation  function module ( SAP standard ) in a dialog step  - Approval step. But the issue is approvers will not have authorization to the FM ( They have minimum authorization - Just to ap

  • Macbook pro desktop won't display via my viewsonic dlp projector

    When I connect my macbook pro to my viewsonic projector, the projection image isn't my screen displayed.  If I take my web browser and move it to the left off the view of the desktop, it then becomes visible via the projection.  adjustments on the pr

  • Recruitment in Process in Core HR, SSHR without using iRec

    Hi, I wanted to know till what extent Recruitment process can be incorporated in Oracle using Core HR and SSHR only , i.e without using iRec. I know iRec will significantly simplify the process , but our client does not have iRec and wants to include

  • Need to split tax in payment

    Dear All, When we create AR AP invoice, the journal entry will split by total and tax. However, our client would like to know how much tax the client paid. Is there any report they can know what tax amount the client paid or not paid. They don't want