Can't locate API module structure `mod_auth_ntlm_winbind'

Hi, I am trying to use modauth_ntlmwinbind with OS X Server 10.5.7. I can compile it for the four architectures with:
sudo ./configure APXS_CFLAGS='-arch ppc -arch ppc64 -arch i386 -arch x86_64' APXSLDFLAGS='-arch ppc -arch ppc64 -arch i386 -arch x86_64' --with-apxs=/usr/sbin/apxs
otool -fv modauth_ntlmwinbind.so
Fat headers
fat_magic FAT_MAGIC
nfat_arch 4
architecture ppc7400
cputype CPUTYPEPOWERPC
cpusubtype CPUSUBTYPE_POWERPC7400
capabilities 0x0
offset 4096
size 22792
align 2^12 (4096)
architecture ppc64
cputype CPUTYPEPOWERPC64
cpusubtype CPUSUBTYPE_POWERPC64ALL
capabilities 0x0
offset 28672
size 23000
align 2^12 (4096)
architecture i386
cputype CPUTYPEI386
cpusubtype CPUSUBTYPE_I386ALL
capabilities 0x0
offset 53248
size 22336
align 2^12 (4096)
architecture x86_64
cputype CPUTYPE_X8664
cpusubtype CPUSUBTYPE_X86_64ALL
capabilities 0x0
offset 77824
size 22872
align 2^12 (4096)
When I start Apache with httpd or apachectl I get:
httpd: Syntax error on line 93 of /private/etc/apache2/httpd.conf: Can't locate API module structure `modauth_ntlmwinbind' in file /usr/libexec/apache2/modauth_ntlmwinbind.so: dlsym(0x100200560, modauth_ntlmwinbind): symbol not found
It is not fixed by commenting out the DYDLDLIBRARYPATH env variable.
line 93 in httpd.conf
LoadModule modauth_ntlmwinbind libexec/apache2/modauth_ntlmwinbind.so
LoadModule authnfilemodule libexec/apache2/modauthnfile.so
line 94 works and is included to show it is the same. I'm stumped. What symbol is it looking for?
Thank you for any help.

It really doesn't matter that the other libraries/modules are built as UBs. The OS is going to load only those portions that work with the specific hardware/OS capabilities. It will not load/run a x86_64 binary on a PPC64 machine.
A question; are you trying to compile an x86 module on a PPC machine or a PPC module on a PPC64 machine? If you are you aren't going to get this to work without cross-compiling. The module may build correctly but won't load/run because the machine code is going to be wrong.

Similar Messages

  • Can't locate module ocfs on RHEL 3.0

    I have problems to load ocfs on RHEL 3.0 Update 5
    These the msg:
    [root@wari1 sbin]# /sbin/load_ocfs
    + /sbin/load_ocfs
    /sbin/modprobe -n ocfs node_name=wari1 ip_address=192.168.0.200 cs=1755 guid=E3487297FF181633F19100055D6B0410 ip_port=7000 comm_voting=1
    modprobe: Can't locate module ocfs
    load_ocfs: insmod failed
    The Kernel version is :
    [root@wari1 sbin]# uname -a
    Linux wari1 2.4.21-32.EL #1 Fri Apr 15 21:29:19 EDT 2005 i686 i686 i386 GNU/Linux
    The OCFS modules are :
    [root@wari1 sbin]# rpm -qa | grep ocfs
    ocfs-2.4.21-EL-1.0.14-1
    ocfs-support-1.1.5-1
    ocfs-tools-1.0.10-1
    [root@wari1 sbin]#
    Any ideas ?

    First. Thanks for your help.
    I found a solution for OCFS 1.0.14 on RHEL 3.0 :
    1. The directory for the module OCFS did not exist. I created it and copy the module:
    /lib/modules/2.4.21-EL-ABI/ocfs/ocfs.o
    to
    /lib/modules/2.4.21-32-EL/ocfs/ocfs.o
    2. In the load_ocfs script when try to export the modules on the $MODULES variable, I exported the path with the module directly:
    MODULES=/lib/modules/2.4.21-32-EL/ocfs/ocfs.o
    3. run load_ocfs
    # /sbin/lsmod |grep ocfs
    ocfs 5130 0 (unused)
    4. Reboot
    # /sbin/lsmod |grep ocfs
    ocfs 4143 0 (unused)
    WISH

  • I have lightroom 5 bought the download version on the adobe site. month ago did the trial version of cc it has expired. now on lightroom it says that my develop module is disabled. can't locate the one i bought on the site to redownload because they have

    i have lightroom 5 bought the download version on the adobe site. month ago did the trial version of cc it has expired. now on lightroom it says that my develop module is disabled. can't locate the one i bought on the site to redownload because they have changed the adobe site drastically.

    Adobe - Lightroom : For Windows
    Adobe - Lightroom : For Macintosh
    Download the latest version, fill in your serial number that you received when you bought it when you are asked for it.

  • ABAP Function Module structure understanding

    Hi Friends,
    I am trying to understand the function module structure.
    I am invoking RFCs using SAPJCO API.
    Some questions in understanding parameter types:-
    In the export parameter, I see the field as structure, simple data type, etc.
    for one field when I click on type, it says its of Line Type, then further when I click on line type field value, it says its a structure.
    **What is Line type? it has structure inside.
    **Can a structure has multiple cardinality?I mean can a strucure contain multiple rows of data?
    structure can another structure, etc. so I have to check on my SAPJCO API side, that if a structure contains anotehr structure, etc.
    Thanks!

    Hi Max, thanks for the reply.
    I am making it generic to invoke any RFC.
    so The question is raised based on this:
    If ZRFC contains some strucuture does it mean to be single cardinality ormultiple cardinality.
    lets say Structure S1 containes F1
    S1 contains F1, F2, S1a
    S2 contains F1, F2 , T2a
    here:-
    F = Field
    S = strucuture
    T = table
    so, what should be the cardinality for these types? should I say cardinality for S1 should be single and for S2 it should be multpiple?
    and:
    what is the cardinality of a structure in general ? can it be mutlple cardinality type?
    I need to know the cardinality type before having data inside it, as I want to understand the metadata of an RFC.

  • How can I get the XML structure from a flat structure?

    Hi all,
    in my XI SP 12 I use a JMS adapter to read information using the WebSphereMQ transport protocol.
    The structure that I receive have this format:
    <Name_A.KeyFieldValue><Name_A.fieldName_A1_Value>...<Name_A.fieldName_AN_Value>
    <NumberRecordType_B><NumberRecordType_c>
    <Name_B.KeyFieldValue><Name_B.fieldName_B1_Value>...<Name_B.fieldName_BN_Value>
    <Name_B.KeyFieldValue><Name_B.fieldName_B1_Value>...<Name_B.fieldName_BN_Value>
    <Name_C.KeyFieldValue><Name_C.fieldName_C1_Value>...<Name_C.fieldName_CN_Value>
    <Name_C.KeyFieldValue><Name_C.fieldName_C1_Value>...<Name_C.fieldName_CN_Value>
    the problem is that in this structure each line is not separated by a carriage return or a comma, I have all the information in a single line:
    <Name_A.KeyFieldValue><Name_A.fieldName_A1_Value>...<Name_A.fieldName_AN_Value><NumberRecordType_B><NumberRecordType_c><Name_B.KeyFieldValue><Name_B.fieldName_B1_Value>...<Name_B.fieldName_BN_Value>...<Name_B.KeyFieldValue><Name_B.fieldName_B1_Value>...<Name_B.fieldName_BN_Value><Name_C.KeyFieldValue><Name_C.fieldName_C1_Value>...<Name_C.fieldName_CN_Value>...<Name_C.KeyFieldValue><Name_C.fieldName_C1_Value>...<Name_C.fieldName_CN_Value>
    and the customer don't want to insert a line separator.
    Then, the question is:
    How can I get the XML structure from this structure?
    If possible, I don't want to develop new Module and add it in the JMS Module Sequence.
    PS I have already read the article "How to Use the Content Conversion Module with the XI 3 J2EE JMS Adapter.pdf" and it doesn't seem to help me.
    Best Regards,
    Paolo

    To get context parameters from your web.xml file you can simply get the ActionServlet object from an implementing action object class. In the perform (or execute) method make the following call.
    ServletContext context = getServlet().getServletContext();
    String tempContextVar =
    context.getInitParameter("<your context param >");

  • DOS 11g SOA have the Locator API's - How to Invoke a BPEL process from Java

    In BPEL 10.1.3.1, a java client could use the "Locator" API's to look up a BPEL service and invoke it directly from Java,
    Is that still present in SOA 11g ? Or is there another way to look up the BPEL process ...
    Here's an example of the 10g BPEL Service locator facilities :
    Get the BPEL service locator. This is retrieved as follows:
    loc = new Locator(domain, domainPassword);
    The initial installation BPEL domain is "domain" and the initial password is "bpel". We then use the locator to get the delivery service. We could also use the locator to retrieve the workflow service.
    IDeliveryService svc = (IDeliveryService)loc.lookupService(IDeliveryService.SERVICE_NAME);
    Now we have the delivery service we can "deliver" requests to the BPEL process. To do this we first need to create a new message.
    NormalizedMessage msg = new NormalizedMessage();
    String content = "<SyncHelloWorldProcessRequest xmlns=\"http://antony.blog/SyncHelloWorld\">"+
    "<input>"+
    name+
    "</input>"+
    "</SyncHelloWorldProcessRequest>";
    msg.addPart(msgPart, content);

    Can you please tell me how to include adf binding.ws in composite.xml ? My composite.xml for your ref:
    <?xml version="1.0" encoding="UTF-8" ?>
    <!-- Generated by Oracle SOA Modeler version 1.0 at [11/1/10 5:41 PM]. -->
    <composite name="BPEL2"
    revision="1.0"
    label="2010-11-01_17-41-11_593"
    mode="active"
    state="on"
    xmlns="http://xmlns.oracle.com/sca/1.0"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
    xmlns:orawsp="http://schemas.oracle.com/ws/2006/01/policy"
    xmlns:ui="http://xmlns.oracle.com/soa/designer/">
    <import namespace="http://xmlns.oracle.com/CallBPEL_jws/BPEL2/BPELProcess1"
    location="BPELProcess1.wsdl" importType="wsdl"/>
    <service name="bpelprocess1_client_ep" ui:wsdlLocation="BPELProcess1.wsdl">
    <interface.wsdl interface="http://xmlns.oracle.com/CallBPEL_jws/BPEL2/BPELProcess1#wsdl.interface(BPELProcess1)"/>
    <binding.ws port="http://xmlns.oracle.com/CallBPEL_jws/BPEL2/BPELProcess1#wsdl.endpoint(bpelprocess1_client_ep/BPELProcess1_pt)"/>
    </service>
    <component name="BPELProcess1">
    <implementation.bpel src="BPELProcess1.bpel"/>
    </component>
    <wire>
    <source.uri>bpelprocess1_client_ep</source.uri>
    <target.uri>BPELProcess1/bpelprocess1_client</target.uri>
    </wire>
    </composite>
    Eric, when I select the BPEL wsdl file in "Create Web Service Data Control" wizard, immediately I am getting the error. When I click 'OK', the 'Service' dropdown is disabled and blank in the wizard.
    Thanks for pointing to the sample application URL. But it is built in jdev 10g. Can I migrate it to 11g?
    Thanks both of you!

  • ITunes can't locate ⅔ of my Music Library -- How to repair?

    I manually reorganized the iTunes Media Folder on my MacBook Air because everything was all jumbled up in the Music folder -- Songs, Movies, Mobile apps etc. everything all mixed up in Music folder. I manually dragged the Movie, iTunes U, Mobile Applications  etc.Folders out of Music Folder and put everything into iTunes Media Folder. The same order as it is on my desktop iMac. Now iTunes can't locate about 1/2 of my Music library. Everything else (movies, TV shows etc.) works fine, but iTunes lost the location of 1/2my music library. I get the message "The song "ABC" could not be used because the original file could not be located. Would you like to locate it"
    Is there a way to reset iTunes so that it knows where all the songs are (they are all in the music folder which is in the iTunes Media Folder). If I have to locate every song individually it will take weeks. 
    File ->Library ->  Organize Library -> click Consolidate and Reorganize files in iTunes Media didn't seem to work. Isn't this the way to let iTunes know where all those songs it can't locate are?
    Kindly advise if you know how to slove this.
    Thank you.
    P.S. Still using Mountain Lion on this computer

    I manage my music manually by turning off the advanced preferences for iTunes managing my music and copying it to the iTunes folder when adding it to the library.  Realize if you do this you are taking responsibility for keeping track of your music -- you will have to be organized.  If you want to move your library you will have to track down all the files. Your files will retain their original names and folder names and structure, so make sure it makes sense.  There's a few other disadvantages which I can't remember right now.  Even with manually managing you still occasionally get a broken link, and my experience is all with iTunes 7.5 which I still use.  I may be wrong but I suspect newer versions of iTunes are trying to do more at one time with all the store and cloud interface and may be more "delicate".
    If you are downloading from Apple or ripping a CD, iTunes will put it in its normal folder structure anyway, though you can remove it from there.
    The various scripts on the Dougscripts web site were written at different stages.  You have to read about iTunes version compatibility in the blurb about each script.  I don't see how you end up with multiple libraries using hte scripts.
    The .itl file can reset itself but not with what you are doing.  If you had moved your whole library and broken all the links you could have found just one and iTunes might have offered to find the others based upon the same structure (not something it will do if you manually manage, by the way).

  • How can i add FICO module to the SAP Netweaver ABAP 7.02 trial version

    Dear Brothers
    I am a new learner of SAP and interested in learning FICO. As part of that I installed SAP Netweaver ABAP trial version and after the installation I had problem in Logging in but it was solved lately. Now I face an other challenge which I may share with u guys. After logging in I wanna start with a new company code creation for FICO but I cant find the Enterprise Structure for in SAP Reference IMG. Only I see the following structure
    SAP Customizing Implementation Guide
         Activate Business functions
         SAP Net weaver
         Cross-Application Components
         Financial Supply Chain Management
         Integration with Other my Sap.com components
    I expanded the tree structure but could not find the Enterprise Structure> Definition> Financial Accounting--> Define Company
    So is this because of missing FICO module if so how can I install that module for I can learn myself @ home. Kindly help me to fix this prob and hope to hear from the SAP experts around the world.
    W8ng for a reply have a gr8 day a head
    Thnx
    Cherian

    My problem is solved ,, thanx whoever looked at it :).
    the solution was that I downloaded and NSP license key but for an other version of the product.
    Thanx.

  • How to get locations in Module?

    How to get locations in Module?
    We are using OWB repository 10.2.0.1.0 and OWB client 10.2.0.1.31. The Oracle version is 10 G (10.2.0.3.0). OWB is installed on Linux.
    As we create target schema, it created location with host/port option. It is not allowing us to change to sql*net type connection. I tried after unregistering via CC as well.
    I created new location under location explorer as SQL*Net type location (L-SQL). I tested the location and registered via CC.
    I tried to configure in existing module (right click, configure) to point to new location (L-SQL). The new location L_SQL is not showing up in tables's location drop down list.
    Any idea ?
    I like to find out, what are modules use the specific locations like impact analysis on locations.
    Do we have such features in OWB?
    Thanks in advance.
    RI

    Hi RI,
    there is no direct impact analysis on locations in OWB.
    But you can use OMBPlus or public views for getting this info
    Public views:
    select * from ALL_IV_OBJECT_CONFIGURATIONS where configured_object_name='<module_name>' and configuration_parameter_name='DB_LOCATION';
    and/or
    select location_name,metadata_location_name from ALL_IV_MODULES where information_system_name='<module_name>';
    OMBPlus command:
    OMBRETRIEVE ORACLE_MODULE '<module_name>' GET REFERENCE METADATA_LOCATION;
    OMBRETRIEVE ORACLE_MODULE '<module_name>' GET REFERENCE LOCATION;
    OMBRETRIEVE ORACLE_MODULE '<module_name>' GET REFERENCE LOCATIONS;
    OMBRETRIEVE ORACLE_MODULE '<module_name>' GET REFERENCE DEFAULT LOCATION;
    OMBRETRIEVE ORACLE_MODULE '<module_name>' GET PROPERTIES (DB_LOCATION);
    Last OMBPlus command can return different values for different configurations.
    Regards,
    Oleg

  • How can i locate the properties files within a ejb container?

    when i develop servlet+javabean structure application,in order to imploement decoupling,i
    would like to write the config information in the properties files(key-value pair),in
    servlet,i use "getResourceAsStream(String relativePath)" method to retrieve the
    configuration information from the properties files(i even write the SQL clause
    in the files),it alwsys works well.
    now,i want to implement such function within the ejb container,that is to read
    a properties file from session bean,but i don't know how can i locate the file
    within the ejb container by using relative path,i wonder if there is the same
    method within ejb container as "getResourceAsStream(.......)" method within servlet
    container?
    thanks for any helps!
    the code snippet is appreciated!

    In general, you should look at using environment entries (variables) in the
    deployment descriptors (both the war and EJB jar rather than properties
    files for configuring J2EE applications. The reasons for this are many:
    1. This is the official way to do it according to the spec. Properties
    files are the J2SE way of doing things
    2. As you note, that it's not obvious how you would (legally) read a
    properties file inside an EJB.
    3. It's consistent between the web and EJB part of your code
    4. the weblogic console and tools have good capabilities to edit these
    fields.
    Kent
    "zhebincong" <[email protected]> wrote in message
    news:[email protected]..
    >
    when i develop servlet+javabean structure application,in order toimploement decoupling,i
    would like to write the config information in the propertiesfiles(key-value pair),in
    servlet,i use "getResourceAsStream(String relativePath)" method toretrieve the
    configuration information from the properties files(i even write the SQLclause
    in the files),it alwsys works well.
    now,i want to implement such function within the ejb container,that is toread
    a properties file from session bean,but i don't know how can i locate thefile
    within the ejb container by using relative path,i wonder if there is thesame
    method within ejb container as "getResourceAsStream(.......)" methodwithin servlet
    container?
    thanks for any helps!
    the code snippet is appreciated!

  • In develop "mode" and I can't locate my "Basic" slider that opens up my "Treatment" sliders. There's not even a drop down arrow to Minimize and open. I was working in it and the next moment it was gone. I'm in Lr 5 using a trackpad. Seems like the issue c

    In develop "mode" and I can't locate my "Basic" slider that opens up my "Treatment" sliders. There's not even a drop down arrow to Minimize and open. I was working in it and the next moment it was gone. I'm in Lr 5 using a trackpad. Seems like the issue came up while using my trackpad. Any thoughts?

    In the Develop Module, you right-click on one of the other Panel Headers (for example, Tone Curve) and then place a check next to Basic

  • How to use Landmark & LandmarkStore classes in Location API

    hi
    i have some problem to use Landmark & landmarkStore classes in location api . any one give source link to use these calsses.

    1) why not simply create two different timer objects, one for one image, the other for the other. I would caution you that you may wish to limit the area of your repaint so as not to slow down your app repainting everything when you only need to repaint the area around your sprites.
    [http://www.java-forums.org/awt-swing/14590-how-use-multiple-timer-classes-swings.html]
    2) Please note that cross-posting can frustrate anyone who tries to help you only to find out later that the same answer was given hours ago in a cross-posted thread. No one likes wasting their time, especially a volunteer. The polite thing to do would be to not do this, but if you feel that you absolutely must, to at least provide links in both cross-posts to each other.

  • [Sloved] Can't load wl module for b43 wireless card

    I'm trying to run b43 on my arch.
    But i can't load wl module.
    Below i put output from my broadcom-wl  installation
    My installaction stucks on modprobe wl. This command does not stop.
    Ps: I forgot to tell that i must install kernel 3.10
    testing/linux 3.10.1-1 (base) [installed]
    core/linux 3.9.9-1 (base) [installed: 3.10.1-1]
    and system don't want to turn off.
    what logs will be helpful?
    How to check which kernel is run?
    [skoczo@localhost broadcom-wl]$ sudo pacman -R broadcom-wl
    checking dependencies...
    Packages (1): broadcom-wl-5.100.82.112-13
    Total Removed Size: 1.07 MiB
    :: Do you want to remove these packages? [Y/n]
    (1/1) removing broadcom-wl [############################] 100%
    [skoczo@localhost broadcom-wl]$ makepkg -f
    ==> Making package: broadcom-wl 5.100.82.112-13 (Mon Jul 15 21:32:50 CEST 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found hybrid-portsrc_x86_32-v5_100_82_112.tar.gz
    -> Found modprobe.d
    -> Found license.patch
    -> Found linux-recent.patch
    ==> Validating source files with sha1sums...
    hybrid-portsrc_x86_32-v5_100_82_112.tar.gz ... Passed
    modprobe.d ... Passed
    license.patch ... Passed
    linux-recent.patch ... Passed
    ==> Extracting sources...
    -> Extracting hybrid-portsrc_x86_32-v5_100_82_112.tar.gz with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    patching file Makefile
    patching file src/include/bcmutils.h
    patching file src/wl/sys/wl_cfg80211.c
    patching file src/wl/sys/wl_iw.h
    patching file src/wl/sys/wl_linux.c
    patching file src/wl/sys/wl_linux.c
    Hunk #1 succeeded at 244 (offset 4 lines).
    make: Entering directory `/usr/src/linux-3.10.1-1-ARCH'
    CFG80211 API is prefered for this kernel version
    Using CFG80211 API
    CC [M] /home/skoczo/Pobrane/broadcom-wl/src/src/shared/linux_osl.o
    CC [M] /home/skoczo/Pobrane/broadcom-wl/src/src/wl/sys/wl_linux.o
    CC [M] /home/skoczo/Pobrane/broadcom-wl/src/src/wl/sys/wl_cfg80211.o
    LD [M] /home/skoczo/Pobrane/broadcom-wl/src/wl.o
    Building modules, stage 2.
    CFG80211 API is prefered for this kernel version
    Using CFG80211 API
    MODPOST 1 modules
    LD [M] /home/skoczo/Pobrane/broadcom-wl/src/wl.ko
    make: Leaving directory `/usr/src/linux-3.10.1-1-ARCH'
    ==> Entering fakeroot environment...
    ==> Starting package()...
    ==> Tidying install...
    -> Purging unwanted files...
    -> Compressing man and info pages...
    -> Stripping unneeded symbols from binaries and libraries...
    ==> Creating package "broadcom-wl"...
    -> Generating .PKGINFO file...
    -> Adding install file...
    -> Generating .MTREE file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: broadcom-wl 5.100.82.112-13 (Mon Jul 15 21:33:05 CEST 2013)
    [skoczo@localhost broadcom-wl]$ su
    Password:
    [root@localhost broadcom-wl]# pacman -U broadcom-wl-5.100.82.112-13-i686.pkg.tar.xz
    loading packages...
    resolving dependencies...
    looking for inter-conflicts...
    Packages (1): broadcom-wl-5.100.82.112-13
    Total Installed Size: 1.07 MiB
    :: Proceed with installation? [Y/n]
    (1/1) checking keys in keyring [############################] 100%
    (1/1) checking package integrity [############################] 100%
    (1/1) loading package files [############################] 100%
    (1/1) checking for file conflicts [############################] 100%
    (1/1) checking available disk space [############################] 100%
    (1/1) installing broadcom-wl [############################] 100%
    [root@localhost broadcom-wl]# pacman -Ss broadcom
    extra/bluez-firmware 1.2-7
    Firmwares for Broadcom BCM203x and STLC2300 Bluetooth chips
    [root@localhost broadcom-wl]# pacman -Q broadcom
    error: package 'broadcom' was not found
    [root@localhost broadcom-wl]# pacman -Q wl
    error: package 'wl' was not found
    [root@localhost broadcom-wl]# modprobe wl
    _______STUCK__________
    Last edited by skoczo (2013-07-16 17:49:53)

    lspci -nn
    0:00.0 Host bridge [0600]: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub [8086:2a00] (rev 03)
    00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) [8086:2a02] (rev 03)
    00:02.1 Display controller [0380]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) [8086:2a03] (rev 03)
    00:1a.0 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 [8086:2834] (rev 03)
    00:1a.1 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 [8086:2835] (rev 03)
    00:1a.7 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 [8086:283a] (rev 03)
    00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 03)
    00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 [8086:283f] (rev 03)
    00:1c.1 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 [8086:2841] (rev 03)
    00:1c.2 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 [8086:2843] (rev 03)
    00:1d.0 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 [8086:2830] (rev 03)
    00:1d.1 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 [8086:2831] (rev 03)
    00:1d.2 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 [8086:2832] (rev 03)
    00:1d.7 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 [8086:2836] (rev 03)
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev f3)
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801HM (ICH8M) LPC Interface Controller [8086:2815] (rev 03)
    00:1f.1 IDE interface [0101]: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller [8086:2850] (rev 03)
    00:1f.2 IDE interface [0101]: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [IDE mode] [8086:2828] (rev 03)
    00:1f.3 SMBus [0c05]: Intel Corporation 82801H (ICH8 Family) SMBus Controller [8086:283e] (rev 03)
    02:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express [14e4:1693] (rev 02)
    04:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
    0f:06.0 CardBus bridge [0607]: Texas Instruments PCIxx12 Cardbus Controller [104c:8039]
    0f:06.1 FireWire (IEEE 1394) [0c00]: Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller [104c:803a]
    0f:06.2 Mass storage controller [0180]: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD) [104c:803b]
    0f:06.3 SD Host controller [0805]: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller [104c:803c]
    lsmod
    Module Size Used by
    joydev 7339 0
    iTCO_wdt 4471 0
    iTCO_vendor_support 1545 1 iTCO_wdt
    pcmcia 40181 0
    snd_hda_codec_realtek 30689 1
    wl 2427712 1
    acer_wmi 21383 0
    mperf 991 0
    sparse_keymap 2582 1 acer_wmi
    uvcvideo 63657 0
    coretemp 4926 0
    tg3 139344 0
    videobuf2_vmalloc 2604 1 uvcvideo
    microcode 9872 0
    videobuf2_memops 1683 1 videobuf2_vmalloc
    videobuf2_core 24309 1 uvcvideo
    ptp 6844 1 tg3
    pcspkr 1487 0
    i915 509478 2
    psmouse 85971 0
    pps_core 7728 1 ptp
    videodev 84340 2 uvcvideo,videobuf2_core
    libphy 17299 1 tg3
    lib80211 3037 1 wl
    media 8577 2 uvcvideo,videodev
    cfg80211 339155 1 wl
    snd_hda_intel 29956 0
    rfkill 12682 2 cfg80211,acer_wmi
    evdev 7528 11
    serio_raw 3969 0
    i2c_i801 9873 0
    of_i2c 1774 1 i2c_i801
    wmi 7099 1 acer_wmi
    snd_hda_codec 126979 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 4746 1 snd_hda_codec
    yenta_socket 30036 0
    snd_pcm 63876 2 snd_hda_codec,snd_hda_intel
    pcmcia_rsrc 9064 1 yenta_socket
    pcmcia_core 11892 3 pcmcia,pcmcia_rsrc,yenta_socket
    snd_page_alloc 5974 2 snd_pcm,snd_hda_intel
    snd_timer 14942 1 snd_pcm
    snd 44383 6 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
    nsc_ircc 12533 0
    soundcore 4386 1 snd
    lpc_ich 11197 0
    irda 88855 1 nsc_ircc
    crc_ccitt 1095 1 irda
    drm_kms_helper 31518 1 i915
    ac 2668 0
    thermal 7144 0
    drm 186917 3 i915,drm_kms_helper
    video 10027 2 i915,acer_wmi
    i2c_algo_bit 4583 1 i915
    i2c_core 19967 7 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,of_i2c,videodev
    intel_agp 8720 1 i915
    intel_gtt 10172 3 i915,intel_agp
    agpgart 22047 3 drm,intel_agp,intel_gtt
    battery 5557 0
    button 3685 1 i915
    processor 24819 1
    ext4 413470 2
    crc16 1091 1 ext4
    mbcache 4290 1 ext4
    jbd2 68896 1 ext4
    sr_mod 13055 0
    cdrom 29900 1 sr_mod
    sd_mod 28214 4
    ata_generic 2434 0
    pata_acpi 2367 0
    ata_piix 20824 3
    libata 149195 3 pata_acpi,ata_generic,ata_piix
    scsi_mod 108388 3 libata,sd_mod,sr_mod
    sdhci_pci 9751 0
    sdhci 25111 1 sdhci_pci
    tifm_7xx1 4253 0
    firewire_ohci 27494 0
    mmc_core 85568 2 sdhci,sdhci_pci
    tifm_core 3865 1 tifm_7xx1
    firewire_core 44439 1 firewire_ohci
    crc_itu_t 1095 1 firewire_core
    ehci_pci 3404 0
    uhci_hcd 21448 0
    ehci_hcd 42520 1 ehci_pci
    usbcore 151915 4 uhci_hcd,uvcvideo,ehci_hcd,ehci_pci
    usb_common 1172 1 usbcore
    pacman -Qs broad
    local/broadcom-wl 5.100.82.112-13
    Broadcom 802.11abgn hybrid Linux networking device driver
    local/mobile-broadband-provider-info 20120614-1
    Network Management daemon
    local/modemmanager 0.7.991-1
    Mobile broadband modem management service
    ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: irda0: <NOARP> mtu 2048 qdisc noop state DOWN mode DEFAULT qlen 8
    link/irda 00:00:00:00 brd ff:ff:ff:ff
    3: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT qlen 1000
    link/ether 00:1d:72:2a:a7:45 brd ff:ff:ff:ff:ff:ff
    uname -a
    Linux localhost 3.10.1-1-ARCH #1 SMP PREEMPT Sun Jul 14 11:47:37 CEST 2013 i686 GNU/Linux

  • Can't locate Geo/Gpx.pm in @INC apache

    Though there are many queries flowing around asking the same question. But here the error is thrown by apache instead of Perl. I am trying to create an XML Response for the client on Mac OS X Mavericks and have written the perl script as follows:
    #!/usr/bin/perl -wT                                                                                                                                                                 
    use lib '/opt/local/lib/perl5/site_perl/5.16.1/Geo';
    use strict;
    use CGI;
    use Geo::Gpx;
    open (FH, "/tmp/temp/file.txt") or print ("Unable to Open File");
    my $gpx = Geo::Gpx->new;
    my $cgi = CGI->new;
    print $cgi->header(-type=>"text/gpx",-status=>"200 OK");
    my $lon;
    my @arr = <FH>;
    foreach(@arr){
    my %waypoints;
    my $var = $_;
    my @lat = split(/\s+/,$var);
    #@waypoints=split(/\s+/,$_);                                                                                                                                                    
    $waypoints{$lat[0]}=$lat[1];
    $waypoints{$lat[2]}=$lat[3];
    $gpx->add_waypoint(\%waypoints);
    my $xml = $gpx->xml;
    print $xml;
    open FILE, ">/tmp/temp/xmlfile.xml" or die $!;
    print FILE $xml;
    close (FILE);
    close(FH);
    For the apache to find the actual path of the Gpx.pm, I have used 'use lib' to show it the real path of the file. Although this script is working perfectly on command line, my apache server is throwing the following error:
    [Tue Nov 26 18:34:51 2013] [error] [client 127.0.0.1] Can't locate Geo/Gpx.pm in @INC
    (@INC contains: /opt/local/lib/perl5/site_perl/5.16.1/Geo /Library/Perl/5.16/darwin-thread-multi-2level
    /Library/Perl/5.16 /Network/Library/Perl/5.16/darwin-thread-multi-2level /Network/Library/Perl/5.16
    /Library/Perl/Updates/5.16.2 /System/Library/Perl/5.16/darwin-thread-multi-2level /System/Library/Perl/5.16
    /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level /System/Library/Perl/Extras/5.16 .) at /Users/Rachit/Sites/temp.pl line 7.
    [Tue Nov 26 18:34:51 2013] [error] [client 127.0.0.1] BEGIN failed--compilation aborted at /Users/Rachit/Sites/temp.pl line 7.
    I have used macports and have found searching through the Web that Mavericks has got perl 5.16 preinstalled. So apache may be using that and perl is using the macport installed libraries. On checking the paths mentioned by apache error_log file as I posted above, I have copied Gpx.pm in one of the libraries installed in Geo Folder but still not getting it resolved. On running 'which perl' The result
    /opt/local/bin/perl
    And 'which cpan' is giving
    /opt/local/bin/cpan
    Kindly fix this issue as I am not able to move forward because of this. And I am not so familiar with apache.
    Thanks

    Kurt--
    You can use CPAN from the Terminal:
    <pre class="command">sudo perl -MCPAN -e shell</pre>Then, once you set up CPAN, just run:
    <pre class="command">install Bundle::LWP</pre>at the CPAN shell prompt. If you've already set up CPAN, you could try:
    <pre class="command">perl -MCPAN -e 'install Bundle::LWP'</pre>though I've never done it that way.
    For what it's worth, I've had trouble with CPAN not working until I install LWP, so I just go to the CPAN web site and download it from its page. Unpack it, move to its main directory, and then use:
    <pre class="command">make
    make test
    sudo make install</pre>just like any other Perl module.
    charlie

  • How do I activate a servant so that it can be located via corbaloc?

    Greetings,
    I am looking for a simple example showing how to use corbaloc for locating a java remote object. I've come across multiple examples of how to look up the object on the client side using string_to_object() with a corbaloc-style objectId. However, I can't seem to find any examples showing how to "advertise" the object on the server side.
    How do I activate a servant so that it can be located via corbaloc? Are there special args or properties that I need to pass along to the ORB.init() call so the servant is treated in a special way when activated?
    Thanks!
    -G
    Edited by: GmhSunOnline on Feb 9, 2010 11:14 AM

    I'm also researching how to create fillable forms and have users at 22 locations fill them out, save the filled form locally, send the filled in (but still editable) forms as an email attachment to the Corp office for revisions and then have the Corp office lock, or flatten, the form so it's no longer editable, to the originating location to be printed/posted/filed.
    Acrobat Pro 7 can do the creation of the fillable forms I need. It includes LiveCycle Designer 7. But, it appears I need LiveCycle Reader Extensions to allow users to fill in and save the form locally with Adobe Reader. I can, however, find no price info for LC Reader Extensions on the Adobe site...and no reference as to whether Reader Extensions is an included module in LiveCycle Designer 7.
    If LC Reader Extensions isn't included in Acrobat Pro 7's LiveCycle Designer 7...and if it's separate costs are too steep (which some forum posts refer too), I'm thinking I can go with something like CutePDF's FormFiller which can fill out and save completed fillable PDF forms locally. I'd rather make use the "free" Adobe Reader, but $29 bucks times 22 locations isn't that bad.
    Does anybody know if LiveCycle Reader Extensions is included in LiveCycle Designer 7?...anybody know the cost?...any other form filling/saving options besides FormFiller?

Maybe you are looking for

  • 10.4.7 Update Failed, Now Software Update Broken

    I tried to update from 10.4.6 to 10.4.7, but the update failed. I then tried the update via the package that was downloaded. No luck. Now, when I try to launch Software Update, it dies. Any help would be great appreciated. I am pretty much a newbie a

  • Problem reading csv file with special character

    Hai all, i have the following problem reading a csv file. 442050-Operations Tilburg algemeen     Huis in  t Veld, EAM (Lisette)     Gebruikersaccount     461041     Peildatum: 4-5-2010     AA461041                    1     85,92 when reading this lin

  • What are the differences between Easy VSS and Traditional VSS on Catalyst 4500E with Sup 8E ?

    I would like to know which feature is different between Easy VSS and Traditional VSS. I know "Easy VSS is a new way of implementing VSS by using a single command" but I cannot find more information about it. Please help. Thank you. Nash

  • Can't import aac files from external source into itunes

    Hi I'm new to mac and am trying to import all the music currently on my nokia phone memory card into itunes on my mac. It has no problems importing the songs which are m4a files, but it absolutely will not import the .aac files. bizarre as they were

  • Error reading jvm.lib

    hello, i have installed jdk1.5.0_04 in my wINDOWS NT OS. Before installation older version is jdk1.4.2_02.I have not removed that version because i want to just check this new for my new application which uses nio api. But now after installing this n