1607 error

I am trying to upload the IPod / Itunes software and I get a 1607 error code.
Can someone please help me?

Take a moment to look at the solutions here:
http://docs.info.apple.com/article.html?artnum=93976
eMac   Mac OS X (10.4.7)  

Similar Messages

  • 1607 error in itunes--further question. pls. help me

    hello!
    after going through a lot of troubles and a whole bunch of errors, I managed to get through the ipod set up process ...and i'm now trying to install itunes and it gives me the 1607 error...so i'm trying to follow the instructions (from one of the threads here) to fix this error and it says:
    Fix
    To fix this issue, you need to determine the version number of the IsScript engine you need, download it, and install it.
    1. Delete the folder C:\Program Files\Common Files\InstallShield\Driver from the machine.
    2. Right-click on the installation file that you are trying to install and select Properties.
    * The typical names for installation files are setup.exe, update.exe, installer.exe, etc.
    * Your installation file can be found on the CD where you are running the setup from.
    step one tells me to delete the "driver" folder. now,
    step number 2 is a bit unclear to me. where do i go to do this step?
    -20gb ipod, winXP

    Hi,
    If you are using GUI_UPLOAD in 4.7 then the file path whatever you are using currently it won't work. Replace the file path like this.
    P_FILE LIKE RLGRAP-FILENAME.
    DATA: V_FILE TYPE STRING.
    V_FILE = P_FILE.
    Now take this v_file for function module.Then only it will open the file otherwise you won't get unable to open file error message.
    I observerd that you are getting so many fields from the file to the internal table.

  • TMADMIN_CAT:1607: ERROR: Unable to initialize public key subsystem

    Hi All,
    I have installed HCM 9 with 8.49.08 PeopleTools on CentOS 5.3 Linux. Everything went fine (I have completed the creation of database) until I am about to start the application server that I have just created. I am getting this error, "TMADMIN_CAT:1607: ERROR: Unable to initialize public key subsystem".
    @Nicolas
    I have followed the instructions in your blog (it's very helpful). However I am now stack with this error.
    Screenshot of the error after trying to boot the appserv:
    PeopleSoft Domain Boot Menu
    Domain Name: DMHCM
    1) Boot (Serial Boot)
    2) Parallel Boot
    q) Quit
    Command to execute (1-2, q) [q]: 1
    psappsrv.cfg has changed archiving old one...
    Copying DMHCM/Archive/psappsrv.cfg to DMHCM/Archive/psappsrv_092509_0140_32.cfg
    Attempting to boot bulletin board...
    tmadmin - Copyright (c) 1996-1999 BEA Systems, Inc.
    Portions * Copyright 1986-1997 RSA Data Security, Inc.
    All Rights Reserved.
    Distributed under license by BEA Systems, Inc.
    Tuxedo is a registered trademark.
    TMADMIN_CAT:1607: ERROR: Unable to initialize public key subsystem
    ==============ERROR!================
    Boot attempt encountered errors!. Check the TUXEDO log for details.
    ==============ERROR!================
    Do you wish to see the error messages in the APPSRV.LOG file? (y/n) [n] :
    Here the content of the ULOG:
    CentOSLinux:psoft /applications/speople/pt849/appserv >tail ULOG.092509
    014032.CentOSLinux!tmadmin.24422.3086362304.-2: 09-25-2009: Tuxedo Version 9.1, 32-bit
    014032.CentOSLinux!tmadmin.24422.3086362304.-2: GP_CAT:1345: ERROR: pif: can't load 'registry.so'
    014032.CentOSLinux!tmadmin.24422.3086362304.-2: LIBSEC_CAT:22: ERROR: Unable to realize the ecsec_map_proof interface implementation native/security/map_proof. Error code (-5000)
    014032.CentOSLinux!tmadmin.24422.3086362304.-2: LIBTUX_CAT:6275: ERROR: Unable to initialize public key subsystem (-3003)
    014032.CentOSLinux!tmadmin.24422.3086362304.-2: LIBTUX_CAT:6204: ERROR: Could not initialize public key subsystem
    020404.CentOSLinux!tmadmin.25119.3086403264.-2: 09-25-2009: Tuxedo Version 9.1, 32-bit
    020404.CentOSLinux!tmadmin.25119.3086403264.-2: GP_CAT:1345: ERROR: pif: can't load 'registry.so'
    020404.CentOSLinux!tmadmin.25119.3086403264.-2: LIBSEC_CAT:22: ERROR: Unable to realize the ecsec_map_proof interface implementation native/security/map_proof. Error code (-5000)
    020404.CentOSLinux!tmadmin.25119.3086403264.-2: LIBTUX_CAT:6275: ERROR: Unable to initialize public key subsystem (-3003)
    020404.CentOSLinux!tmadmin.25119.3086403264.-2: LIBTUX_CAT:6204: ERROR: Could not initialize public key subsystem
    This seems to be the main culprit... GP_CAT:1345: ERROR: pif: can't load 'registry.so' and I have searched this forum and found several suggestions like make sure that LD_LIBRARY_PATH is correctly set .. incorrect permssions, delete the .adm ... etc. I have done all of this suggestions. I even re-installed the Tuxedo 9.1 with the assumption that some files like resistry,.so might have been corrupted but this all did not resolved the issue. I believe I have done my I could before going here asking for help.
    Here is the content of my .bash_profile:
    # .bash_profile
    PS1='CentOSLinux:$USER $PWD >'
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    export PATH
    unset USERNAME
    export BEA=/applications/speople/bea
    export TUXDIR=/applications/speople/bea/tuxedo91
    export BEA_HOME=/applications/speople/bea/weblogic92
    export ORACLE_HOME=/applications/oracle/10.2.0
    export PATH=$PATH:$ORACLE_HOME/bin
    LD_LIBRARY_PATH=$ORACLE_HOME/lib; export LD_LIBRARY_PATH
    LIBPATH=$TUXDIR/lib:$LIBPATH:/usr/lib; export LIBPATH
    export PS_HOME=/applications/speople/pt849
    . $PS_HOME/psconfig.sh
    I would really appreciate any help on this issue. Many thanks.

    Please, check if you have the following RPM installed :
    [root@centos ~]# more /etc/redhat-release
    CentOS release 5.3 (Final)
    [root@centos ~]# rpm -q compat-libstdc++-33-3.2.3-61.i386
    compat-libstdc++-33-3.2.3-61
    [root@centos ~]#I tested it on CentOS5.3, everything is working fine. Please, see below all the installation steps :
    1. Install CentOS 5.3 with all the default settings
    2. Install Tuxedo
    2.1 => Modify the file ./linux/sles9/base/tuxedo91_32_SLES_9_x86.bin
    mv ./linux/sles9/base/tuxedo91_32_SLES_9_x86.bin /tmp/tuxedo91_32_SLES_9_x86.bin
    cat /tmp/tuxedo91_32_SLES_9_x86.bin|sed 's/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/' > ./linux/sles9/base/tuxedo91_32_SLES_9_x86.bin2.2 => Download and install JDK5
    ./jdk-1_5_0_21-linux-i586-rpm.bin
    For inquiries please contact:  Sun Microsystems,  Inc., 4150
    Network  Circle,  Santa  Clara,   California  95054,  U.S.A.
    (LFI#143333/Form ID#011801)
    Do you agree to the above license terms? [yes or no]
    yes
    Unpacking...
    Checksumming...
    0
    0
    Extracting...
    UnZipSFX 5.50 of 17 February 2002, by Info-ZIP ([email protected]).
      inflating: jdk-1_5_0_21-linux-i586.rpm
    Preparing...                ########################################### [100%]
       1:jdk                    ########################################### [100%]
    Done.
    [root@centos JDK5]# # /usr/sbin/alternatives --install /usr/bin/java java /usr/java/jdk1.5.0_21/bin/java 2
    [root@centos JDK5]# /usr/sbin/alternatives --config java
    There are 4 programs which provide 'java'.
      Selection    Command
    *  1           /usr/lib/jvm/jre-1.6.0-openjdk/bin/java
       2           /usr/lib/jvm/jre-1.4.2-gcj/bin/java
    + 3           /usr/java/jdk1.5.0_16/bin/java
       4           /usr/java/jdk1.5.0_21/bin/java
    Enter to keep the current selection[+], or type selection number: 4
    [root@centos JDK5]# java -version
    java version "1.5.0_21"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_21-b01)
    Java HotSpot(TM) Client VM (build 1.5.0_21-b01, mixed mode, sharing)
    [root@centos JDK5]#2.3 => Modify the file install.sh
    The line
    sh $INSTALL_BINARY -f $SILENT_INSTALL_FILE > $INSTALLER_OUTPUT;becomes
    sh $INSTALL_BINARY LAX_VM /usr/java/jdk1.5.0_21/jre/bin/java -f $SILENT_INSTALL_FILE > $INSTALLER_OUTPUT;2.4 => run the Tuxedo Installer
    sh ./install.sh3. Install Peopletools
    4. Install the RPM (from the CentOS 5.3 DVD) - this is required for psadmin
    rpm -Uvh compat-libstdc++-33-3.2.3-61.i386.rpm5. Install additional RPMs for Oracle
    rpm -Uvh libXp-1.0.0-8.1.el5.i386.rpm
    rpm -Uvh kernel-headers-2.6.18-128.el5.i386.rpm
    rpm -Uvh glibc-headers-2.5-34.i386.rpm
    rpm -Uvh glibc-devel-2.5-34.i386.rpm
    rpm -Uvh compat-gcc-34-3.4.6-4.i386.rpm
    rpm -Uvh libgomp-4.3.2-7.el5.i386.rpm
    rpm -Uvh gcc-4.1.2-44.el5.i386.rpm
    rpm -Uvh gcc-c++-4.1.2-44.el5.i386.rpm
    rpm -Uvh compat-glibc-headers-2.3.4-2.26.i386.rpm
    rpm -Uvh compat-glibc-2.3.4-2.26.i386.rpm
    rpm -Uvh glibc-utils-2.5-34.i386.rpm
    rpm -Uvh compat-db-4.2.52-5.1.i386.rpm
    rpm -Uvh compat-gcc-34-c++-3.4.6-4.i386.rpm
    rpm -Uvh compat-libstdc++-296-2.96-138.i386.rpm
    rpm -Uvh gcc43-4.3.2-7.el5.i386.rpm
    rpm -Uvh gcc43-c++-4.3.2-7.el5.i386.rpm6. Install Oracle (database or client depending of the config)
    6.1 => add the entry in tnsnames.ora
    6.2 => create the symbolic link
    [oracle@centos oracle]$ cd $ORACLE_HOME/lib
    [oracle@centos lib]$ ln -s libclntsh.so libclntsh.so.9.06.3 => make the ORACLE_HOME readable and executable for everbody
    7. psoft user
    7.1 => The .bash_profile
    [psoft@centos ~]$ more .bash_profile
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
            . ~/.bashrc
    fi
    # User specific environment and startup programs
    export ORACLE_HOME=/oracle/10.2
    PATH=$PATH:$HOME/bin:$ORACLE_HOME/bin
    export PATH
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
    export PS_HOME=/psoft/psoft849
    . $PS_HOME/psconfig.sh
    [psoft@centos ~]$7.2 => Modify the file $PS_HOME/psconfig.sh
    PS_HOSTTYPE=redhat-4-ia32;export PS_HOSTTYPE8. psadmin, create the new domain, and start
    PeopleSoft Domain Boot Menu
         Domain Name: DMOHRMS9
      1) Boot (Serial Boot)
      2) Parallel Boot
      q) Quit
    Command to execute (1-2, q) [q]: 1
    psappsrv.cfg has changed archiving old one...
    Copying DMOHRMS9/Archive/psappsrv.cfg to DMOHRMS9/Archive/psappsrv_092609_1218_35.cfg
    Attempting to boot bulletin board...
    tmadmin - Copyright (c) 1996-1999 BEA Systems, Inc.
    Portions * Copyright 1986-1997 RSA Data Security, Inc.
    All Rights Reserved.
    Distributed under license by BEA Systems, Inc.
    Tuxedo is a registered trademark.
    No bulletin board exists. Entering boot mode.
    INFO: BEA Tuxedo, Version 9.1, 32-bit, Patch Level 036
    INFO: Serial #: 650522264137-2065448083901, Expiration NONE, Maxusers 1000000
    INFO: Licensed to: Oracle-Peoplesoft-ISV
    Booting admin processes ...
    exec BBL -A :
            process id=26552 ... Started.
    1 process started.
    Attempting to boot ...
    INFO: BEA Tuxedo, Version 9.1, 32-bit, Patch Level 036
    INFO: Serial #: 650522264137-2065448083901, Expiration NONE, Maxusers 1000000
    INFO: Licensed to: Oracle-Peoplesoft-ISV
    Booting server processes ...
    exec PSWATCHSRV -A -- -ID 176290 -C psappsrv.cfg -D DMOHRMS9 -S PSWATCHSRV :
            process id=26555 ... Started.
    exec PSAPPSRV -s@../psappsrv.lst -s@../psqcksrv.lst -sICQuery -sSqlQuery:SqlRequest -- -C psappsrv.cfg -D DMOHRMS9 -S PSAPPSRV :
            process id=26556 ... Started.
    exec PSAPPSRV -s@../psappsrv.lst -s@../psqcksrv.lst -sICQuery -sSqlQuery:SqlRequest -- -C psappsrv.cfg -D DMOHRMS9 -S PSAPPSRV :
            process id=26560 ... Started.
    exec PSAPPSRV -s@../psappsrv.lst -s@../psqcksrv.lst -sICQuery -sSqlQuery:SqlRequest -- -C psappsrv.cfg -D DMOHRMS9 -S PSAPPSRV :
            process id=26564 ... Started.
    exec PSSAMSRV -A -- -C psappsrv.cfg -D DMOHRMS9 -S PSSAMSRV :
            process id=26568 ... Started.
    exec PSMONITORSRV -A -- -ID 176290 -C psappsrv.cfg -D DMOHRMS9 -S PSMONITORSRV :
            process id=26571 ... Started.
    exec JSL -A -- -d unused -n //centos.phoenix-nga:9000 -m 1 -M 3 -I 5 -j ANY -x 40 -S 10 -c 1000000 -w JSH :
            process id=26574 ... Started.
    exec JREPSVR -A -- -W -P /psoft/psoft849/appserv/DMOHRMS9/jrepository :
            process id=26576 ... Started.
    8 processes started.HTH,
    Nicolas.

  • 1607 Error while installing iTunes for Windows

    I have a new laptop that i just picked up. Its a gateway with windows xp media center edition,2.0 gb of ram and a AMD Athlon 64. I am trying to install iTunes on it so i can stream my library on to it from my MacBook.
    When ever i try to do this i keep getting this 1607 error. I have done everything from the apple support site and the other web pages that they link to. Any other ideas.

    I'm having the same problem. Same error message. tried to re0install from the CD and frm the web site. Still same error

  • ITunes 1607 error... can't open iTunes or update iPod.

    I tried to load the newest version of iTunes at home and the installation process got caught up in validating stage and I had to reboot my computer because it was hung up. Now, when I try to open iTunes, I get an error and I can't reinstall or uninstall iTunes. I get a 1607 error. Is there a quick fix that is specifically for Win 2000 OS or is this a standard Windows fix of wipe the hard drive and re-install everything?

    Try this page and see if it helps sort it out:
    Error -1607: Unable to Install InstallShield Scripting Run Time

  • 1607 Error when updating ITunes

    Hello,
    I have an older version of ITunes (4.6). I got a new IPod for christmas, so I am trying to install the new version of ITunes by using the CD-ROM that came with it. I keep receiving the 1607 error message. I went to the section of the Apple website for troubleshooting installing new versions of ITunes on Windows XP, found the section of suggestions for the 1607 error, and tried all of those so called resolutions. None of them worked. So I can't use my new Ipod! HELP!!!!!!
    Dell latitude d600   Windows XP  

    hi ketner!
    (sigh) the links for the 1607 got screwed up royally in the 22 December revision of that KB doc:
    Troubleshooting iTunes, iPod Software, and QuickTime installation on Windows
    ... you'll notice that (as of 28 December while i'm writing this), the scenario two and scenario three links are pointing at the same MS KB document. i believe scenario 3 is supposed to be pointing at the standard InstallShield advice on the 1607:
    Error -1607: Unable to Install InstallShield Scripting Run Time
    ... so give those suggestions a try too. when that class of 1607s persist, the InstallShield tips and pointers can also be helpful:
    InstallShield Consumer Central Frequently Asked Questions: Tips and Pointers
    keep us posted.
    love, b

  • Error 1607--I know there's alot of these threads, but PLEASE read.

    First of all, I have searched this error in the discussion boards & read alot of posts & gone to the links listed.
    My computer came with Itunes on it, however, it said that I needed to update the version either by software CD or from the website. I tried the CD, than downloading from the internet. During the setup, it completes the Ipod download. Then when it starts the Itunes download, it shows the Error 1607. I've tried uninstalling all quicktime, itunes, & ipod software. I've disabled my antivirus & antispyware stuff. I am the only user, so I have administrative rights.
    I've also looked at the 3 scenario links on the Ipod website. I seem to have problems while working through the steps on those. To hopefully get a better solution, I'll try to explain step-by-step what I've come to.
    1. iTunes for Windows installation quits with 1607 error, while publishing product information, or is interrupted (Scenario 1)
    ----When I go to this link, it tells me I need to re-install windows. I can't find that CD (i know i have it somewhere). And, I would kinda like that to be my last resort because I don't want to have to save all my files, etc. I've downloaded & put things on my computer alot before with no problems, and the Ipod part of the download worked, just not the Itunes part. So doesn't that mean it's not the installer?
    2. You may receive a "1607:Unable to install InstallShield Scripting runtime" error message when you try to install software in Windows XP (Scenario 2)
    ----"To reinstall the InstallScript engine from InstallShield Developer."
    * When I get into Windows Explorer, I can't find a file called InstallShield.
    ----"Running Setup from a virtual drive"
    * I did what this said, but nothing ever came up.
    ----"Register Idriver and Msiexec"
    * At this step, when I try to run the two things it tells me to, it says it cannot be found.
    ----"Change Permissions"
    *I've changed settings to show all files.
    *When I search for C:\Windows\Installer, I don't get an installer folder. Instead, I have a bunch of folders with titles like this "{0EB5D9B7-8E6C-4A9E-B74F-16B7EE89A67B}".
    ----"Stop other instances of Windows Installer"
    *When I look at the processes I have none of these things.
    3. Error -1607: Unable to Install InstallShield Scripting Run Time (Scenario 3)
    ----"Update the ISScript engine on your computer by downloading the latest one."
    * I went to that next link and downloaded that, & I have a IsScript7 icon on my desktop so I assume that did what it was supposed to?
    ----"Make sure that the Installer folder in the Windows directory has full access privileges."
    *Already done in Scenario 2.
    ----"Set the Installer folder attributes."
    *Like I said above, I get folders with really long number/letter names. I don't have an "installer" folder to click on.
    ----"Make sure that the InstallShield registry key in the Windows registry has full access privileges."
    *I changed all to full control.
    Okay, so I hope I have been specific enough so that I don't get "go to this website & do these steps." I understand that people probably ask this question all the time & I REALLY have tried to fix this. I just don't know what to do.
    Help PLEASE! I really wanna use my Ipod Nano that I've had for 2 weeks now!
    HP Media Center PC   Windows XP  

    Good Day,
    I am haveing similar problems,
    Error 1325.T and 1603
    I have tried to uninstall and reinstall from the CD. I then get; iTunes Library cannot be read because it was created by a newer version if iTunes, this comes up when I try to open iTunes from the desk top shortcut.
    Thanks in advance,
    Drew

  • Error: 1607 Please Help!

    A friend bought a new IPod Nano, and receives the 1607 error message during Installation of ITunes. Being there local go to guy i tried to resolve there problem but to no avail. (The error turns up on both "CD" and Latest download versions) I have tried all the solutions suggested by Apple's support troubleshooting information but still can't seem to get around this error. Has anyone had any experience with this error and found a solution that hasn't been mentioned? Any help would be greatly appreciated. Thanks in advance.
    -Grant

    hi Grant!
    I have tried all the solutions suggested by Apple's support troubleshooting information but still can't seem to get around this error. Has anyone had any experience with this error and found a solution that hasn't been mentioned?
    okay, it already sounds like you've found this:
    http://consumer.installshield.com/kb.asp?id=Q108340
    ... and this:
    http://docs.info.apple.com/article.html?artnum=300361
    ... but we have also had another recent report of a cause for the 1607:
    Matt Bennett1, "iTunes 6 - Error 1607 - Solution", 11:01am Oct 18, 2005 CDT
    ... and the InstallShield Tips and Pointers on installation best practices are also useful when dealing with a recalcitrant 1607:
    http://consumer.installshield.com/faq.asp#ts
    ... and in some cases
    b method 1
    from this document can also help:
    http://support.microsoft.com/default.aspx?scid=kb;en-us;555175
    keep us posted.
    love, b

  • Please Help Me Install the Ipod Software...I get errors ;o(

    Hello,
    I already downloaded the Updater (2005-10-12) and Itunes from this website. I had a USB problem before when I was going through the Ipod setup. But that problem is solved now. When I get asked to connect the Ipod, I connect it using the cable that's provided. It says "Your ipod is now connected". It now asks me if I want to format my ipod and i say yes of course...However, I get a new message that says "error communicating with your ipod" (or something like that).."please disconnect and connect again" which I did...more than a couple of times. I reset my Ipod already and started all over again but nothing happens....
    What should I do? Can someone please help me? pls? ...
    I have the 20GB ipod (new) and I'm running Windows XP.
    Thanks!

    hello again...
    I got through the ipod set up process...i'm now trying to install itunes and it gives me the 1607 error...i'm now trying to follow the instructions (from one of the threads here) to fix this error and it says:
    Fix
    To fix this issue, you need to determine the version number of the IsScript engine you need, download it, and install it.
    1. Delete the folder C:\Program Files\Common Files\InstallShield\Driver from the machine.
    2. Right-click on the installation file that you are trying to install and select Properties.
    * The typical names for installation files are setup.exe, update.exe, installer.exe, etc.
    * Your installation file can be found on the CD where you are running the setup from.
    step number 2 is unclear to me. when i go to C:\Program Files\Common Files\InstallShield\Driver, the folder "driver" has only three folders "7", "8" and "11"...which one should I go to then?

  • Error when installing ipod

    i keep getting this error when i connect my ipod to the computer, it doesnt appear in itunes or mycomputer and the Found New Hardware manager says that there was an error while installing the device. when i went into the device manager the ipod was under disk drive and had this error in the device status.
    Windows cannot start this hardware device because its configuration information (in the registry) is incomplete or damaged. (Code 19)

    OMG! You could sub-title this: "Why Windows Blows" ... I bought a new iPod for my wife - I have to install the sw on the loser windows box because she uses that box.
    The iPod (cd) and/or the iTunes (apple.com download) install blows up either under my admin/unrestricted account, or as her limited-user account with the errors described above. I've followed all the links, etc., and jumped through all the hoops but I still get the %#$! 1607 error.
    When I try, as a windows "super-user" <snort> to reset the perms on the windows/Installer directory, it gives me the appearance of allowing me to uncheck the box and take the directory out of read-only more, but it doesn't actually reset the directory permissions.
    Since windows isn't smart enough to have an equivalent of a chmod 775 command....it looks like we're hosed.
    I'm subscribing to the thread in the hopes that someone can actually figure out how to install this software on Windows successfully....until then, I guess she'll have to manage her iPod on my one of my Macs if it will support multiple iPods....
    Hey ... Apple - how about itunes/ipod support for linux?
    Sigh...frustrated beyond belief; I feel so unclean every time I have to use a windows system...
    --Mike

  • Error when installing ipod nano software

    When I try to load the software for my ipod nano I receive the following error
    1601:unable to install installshield scripting runtime
    I have tried all of the solutions offered but still no luck

    OMG! You could sub-title this: "Why Windows Blows" ... I bought a new iPod for my wife - I have to install the sw on the loser windows box because she uses that box.
    The iPod (cd) and/or the iTunes (apple.com download) install blows up either under my admin/unrestricted account, or as her limited-user account with the errors described above. I've followed all the links, etc., and jumped through all the hoops but I still get the %#$! 1607 error.
    When I try, as a windows "super-user" <snort> to reset the perms on the windows/Installer directory, it gives me the appearance of allowing me to uncheck the box and take the directory out of read-only more, but it doesn't actually reset the directory permissions.
    Since windows isn't smart enough to have an equivalent of a chmod 775 command....it looks like we're hosed.
    I'm subscribing to the thread in the hopes that someone can actually figure out how to install this software on Windows successfully....until then, I guess she'll have to manage her iPod on my one of my Macs if it will support multiple iPods....
    Hey ... Apple - how about itunes/ipod support for linux?
    Sigh...frustrated beyond belief; I feel so unclean every time I have to use a windows system...
    --Mike

  • Error 1629 installing iPod

    In installing my new iPod 30g to my windows XP computer, I get the following message Error 1639 Invalid command line argument. Consult the Window Installer SDK for detailed commmand line help. and then installer shuts down. I do not have quick time 7.1 nor do I have Service pack 2 installed. I have turned off anti virus, anti spyware and anti trojan programs to no avail. Any other Ideas?

    OMG! You could sub-title this: "Why Windows Blows" ... I bought a new iPod for my wife - I have to install the sw on the loser windows box because she uses that box.
    The iPod (cd) and/or the iTunes (apple.com download) install blows up either under my admin/unrestricted account, or as her limited-user account with the errors described above. I've followed all the links, etc., and jumped through all the hoops but I still get the %#$! 1607 error.
    When I try, as a windows "super-user" <snort> to reset the perms on the windows/Installer directory, it gives me the appearance of allowing me to uncheck the box and take the directory out of read-only more, but it doesn't actually reset the directory permissions.
    Since windows isn't smart enough to have an equivalent of a chmod 775 command....it looks like we're hosed.
    I'm subscribing to the thread in the hopes that someone can actually figure out how to install this software on Windows successfully....until then, I guess she'll have to manage her iPod on my one of my Macs if it will support multiple iPods....
    Hey ... Apple - how about itunes/ipod support for linux?
    Sigh...frustrated beyond belief; I feel so unclean every time I have to use a windows system...
    --Mike

  • Please Help!  Can't install iTunes! Errors 1406, 1402, 1603

    I'm using Windows XP on my home laptop and I get the following error messages when trying to install iTunes:
    1) Error 1406. Could not write to value key \Software\Classes\.cdda\OpenWithList\iTunes.exe. Verify that you have sufficient access to that key, or contact your support personnel.
    2)Error 1402. Could not open key: HKEYLOCALMACHINE\Software\Classes\.cdda\OpenWithProgids. Verify that you have sufficient access to that key, or contact your support personnel.
    3) Error: -1603 Fatal Error during installation. Consult windows installer help (Msi.chm) or MSDN for more info

    These might help some.... At least until b shows up.
    For: Error 1607; Error 1608; Error 1628; Error 1628; Error 1406; Error 1324; Error 1606; Error 1327; Error 1335:
    Getting help with iPod and iTunes for Windows Installation errors
    Another Possible Solution to Error 1406:
    http://reviews.cnet.com/5208-6142-0.html?forumID=31&threadID=46127&messageID=642 456

  • ./configure make error

    WAfter the big update last weekend - I ran into this problem while compiling Resin to work along with resin does anyone have a clue about this!
    After what I can see is that resin can't find the "new" apr apr-utils ! But I'm not that much into these installing script - so I just know what to change ???
    [root@fedtmule resin]# ./configure --with-apxs
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... none
    checking for a sed that does not truncate output... /bin/sed
    checking for egrep... grep -E
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    Using Apache 2.0 configuration /etc/httpd/conf/httpd.conf
    Using Apache CFLAGS: -march=i686 -O2 -pipe
    checking for JAVA_HOME...
    /opt/java
    checking for JNI in /opt/java/include/linux ... found
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating bin/wrapper.pl
    config.status: creating bin/fastcgirunner.pl
    config.status: creating src/c/plugin/Makefile
    config.status: creating src/c/plugin/common/Makefile
    config.status: creating src/c/plugin/nsapi/Makefile
    config.status: creating src/c/plugin/apache/Makefile
    config.status: creating src/c/plugin/apache2/Makefile
    config.status: creating src/c/plugin/resin/Makefile
    config.status: creating src/c/plugin/hardcore/Makefile
    config.status: creating src/c/plugin/common/version.h
    config.status: creating src/c/jni/Makefile
    config.status: creating contrib/init.resin
    config.status: executing depfiles commands
    [root@fedtmule resin]# make
    (cd src/c/plugin; make)
    make[1]: Entering directory `/etc/resin/src/c/plugin'
    for dir in common apache2 resin; do (cd $dir; make); done
    make[2]: Entering directory `/etc/resin/src/c/plugin/common'
    gcc -c -g -O2 stream.c
    gcc -c -g -O2 registry.c
    gcc -c -g -O2 config.c
    gcc -c -g -O2 memory.c
    /usr/bin/ld -r -o common.o stream.o registry.o config.o memory.o
    gcc -c -g -O2 -fpic stream.c && mv stream.o stream.lo
    gcc -c -g -O2 -fpic registry.c && mv registry.o registry.lo
    gcc -c -g -O2 -fpic config.c && mv config.o config.lo
    gcc -c -g -O2 -fpic memory.c && mv memory.o memory.lo
    /usr/bin/ld -r -o common.lo stream.lo registry.lo config.lo memory.lo
    make[2]: Leaving directory `/etc/resin/src/c/plugin/common'
    make[2]: Entering directory `/etc/resin/src/c/plugin/apache2'
    gcc -c -I/usr/include/apache -DRESIN_HOME="/etc/resin" -I../common -g -O2 -fpic mod_caucho.c && mv mod_caucho.o mod_caucho.lo
    In file included from /usr/include/apache/httpd.h:43,
    from mod_caucho.c:42:
    /usr/include/apache/ap_config.h:25:17: error: apr.h: No such file or directory
    /usr/include/apache/ap_config.h:26:23: error: apr_hooks.h: No such file or directory
    /usr/include/apache/ap_config.h:27:32: error: apr_optional_hooks.h: No such file or directory
    In file included from /usr/include/apache/httpd.h:46,
    from mod_caucho.c:42:
    /usr/include/apache/ap_release.h:24:41: error: apr_general.h: No such file or directory
    In file included from mod_caucho.c:42:
    /usr/include/apache/httpd.h:50:24: error: apr_tables.h: No such file or directory
    /usr/include/apache/httpd.h:51:23: error: apr_pools.h: No such file or directory
    /usr/include/apache/httpd.h:52:22: error: apr_time.h: No such file or directory
    /usr/include/apache/httpd.h:53:28: error: apr_network_io.h: No such file or directory
    /usr/include/apache/httpd.h:54:25: error: apr_buckets.h: No such file or directory
    /usr/include/apache/httpd.h:55:22: error: apr_poll.h: No such file or directory
    In file included from /usr/include/apache/httpd.h:59,
    from mod_caucho.c:42:
    /usr/include/apache/ap_regex.h:87: error: expected specifier-qualifier-list before âapr_size_tâ
    /usr/include/apache/ap_regex.h:118: error: expected declaration specifiers or â...â before âapr_size_tâ
    /usr/include/apache/ap_regex.h:127: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âap_regerrorâ
    In file included from mod_caucho.c:42:
    /usr/include/apache/httpd.h:433: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:601: error: expected specifier-qualifier-list before âapr_int64_tâ
    /usr/include/apache/httpd.h:723:21: error: apr_uri.h: No such file or directory
    /usr/include/apache/httpd.h:730: error: expected specifier-qualifier-list before âapr_pool_tâ
    /usr/include/apache/httpd.h:746: error: expected specifier-qualifier-list before âapr_pool_tâ
    /usr/include/apache/httpd.h:1008: error: expected specifier-qualifier-list before âapr_pool_tâ
    /usr/include/apache/httpd.h:1085: error: expected specifier-qualifier-list before âAPR_RING_ENTRYâ
    /usr/include/apache/httpd.h:1118: error: expected specifier-qualifier-list before âapr_sockaddr_tâ
    /usr/include/apache/httpd.h:1146: error: expected specifier-qualifier-list before âapr_port_tâ
    /usr/include/apache/httpd.h:1199: error: expected specifier-qualifier-list before âapr_bucket_brigadeâ
    /usr/include/apache/httpd.h:1207: error: expected specifier-qualifier-list before âapr_bucket_brigadeâ
    /usr/include/apache/httpd.h:1213: error: expected specifier-qualifier-list before âapr_socket_tâ
    /usr/include/apache/httpd.h:1229: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1239: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1252: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1262: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1271: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1281: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1291: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1303: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1311: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1320: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1331: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1354: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1364: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1376: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1385: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1394: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1436: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1446: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1457: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1465: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1474: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âap_escape_errorlog_itemâ
    /usr/include/apache/httpd.h:1485: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1494: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1523: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1537: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1547: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1599: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1607: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1621: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1629: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1642: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1682: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1694: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1704: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1712: error: expected â)â before â*â token
    /usr/include/apache/httpd.h:1723: error: expected â)â before â*â token
    In file included from mod_caucho.c:43:
    /usr/include/apache/http_config.h:279: error: expected specifier-qualifier-list before âapr_int64_tâ
    /usr/include/apache/http_config.h:357: error: expected â)â before â*â token
    /usr/include/apache/http_config.h:365: error: expected â;â before âvoidâ
    /usr/include/apache/http_config.h:557: error: expected â)â before â*â token
    /usr/include/apache/http_config.h:566: error: expected declaration specifiers or â...â before âapr_pool_tâ
    /usr/include/apache/http_config.h:582: error: expected declaration specifiers or â...â before âapr_pool_tâ
    /usr/include/apache/http_config.h:607: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âap_pcfg_openfileâ
    /usr/include/apache/http_config.h:619: error: expected â)â before â*â token
    /usr/include/apache/http_config.h:669: error: expected â)â before â*â token
    /usr/include/apache/http_config.h:685: error: expected declaration specifiers or â...â before âapr_pool_tâ
    /usr/include/apache/http_config.h:686: error: expected declaration specifiers or â...â before âapr_pool_tâ
    /usr/include/apache/http_config.h:975: error: expected â)â before âintâ
    In file included from mod_caucho.c:44:
    /usr/include/apache/http_core.h:30:22: error: apr_hash.h: No such file or directory
    /usr/include/apache/http_core.h:31:26: error: apr_optional.h: No such file or directory
    In file included from /usr/include/apache/http_core.h:32,
    from mod_caucho.c:44:
    /usr/include/apache/util_filter.h:72: warning: data definition has no type or storage class
    /usr/include/apache/util_filter.h:136: error: expected declaration specifiers or â...â before â*â token
    /usr/include/apache/util_filter.h:137: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
    /usr/include/apache/util_filter.h:137: error: âapr_status_tâ declared as function returning a function
    /usr/include/apache/util_filter.h:139: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
    /usr/include/apache/util_filter.h:140: error: expected declaration specifiers or â...â before âap_input_mode_tâ
    /usr/include/apache/util_filter.h:141: error: expected declaration specifiers or â...â before âapr_read_type_eâ
    /usr/include/apache/util_filter.h:142: error: expected declaration specifiers or â...â before âapr_off_tâ
    /usr/include/apache/util_filter.h:142: error: âap_in_filter_funcâ declared as function returning a function
    /usr/include/apache/util_filter.h:146: error: expected specifier-qualifier-list before âap_out_filter_funcâ
    /usr/include/apache/util_filter.h:296: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
    /usr/include/apache/util_filter.h:297: error: expected declaration specifiers or â...â before âap_input_mode_tâ
    /usr/include/apache/util_filter.h:298: error: expected declaration specifiers or â...â before âapr_read_type_eâ
    /usr/include/apache/util_filter.h:299: error: expected declaration specifiers or â...â before âapr_off_tâ
    /usr/include/apache/util_filter.h:299: error: âap_get_brigadeâ declared as function returning a function
    /usr/include/apache/util_filter.h:310: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
    /usr/include/apache/util_filter.h:310: error: âap_pass_brigadeâ declared as function returning a function
    /usr/include/apache/util_filter.h:348: error: expected declaration specifiers or â...â before âap_out_filter_funcâ
    /usr/include/apache/util_filter.h:374: error: expected declaration specifiers or â...â before âap_out_filter_funcâ
    /usr/include/apache/util_filter.h:492: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
    /usr/include/apache/util_filter.h:493: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
    /usr/include/apache/util_filter.h:493: error: expected declaration specifiers or â...â before âapr_pool_tâ
    /usr/include/apache/util_filter.h:493: error: âap_save_brigadeâ declared as function returning a function
    /usr/include/apache/util_filter.h:503: error: expected â)â before â*â token
    /usr/include/apache/util_filter.h:511: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
    /usr/include/apache/util_filter.h:511: error: âap_fflushâ declared as function returning a function
    /usr/include/apache/util_filter.h:548: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
    /usr/include/apache/util_filter.h:549: error: âap_fputstrsâ declared as function returning a function
    /usr/include/apache/util_filter.h:559: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
    /usr/include/apache/util_filter.h:562: error: âap_fprintfâ declared as function returning a function
    /usr/include/apache/util_filter.h:562: error: format string argument not a string type
    In file included from mod_caucho.c:44:
    /usr/include/apache/http_core.h:208: error: expected â)â before â*â token
    /usr/include/apache/http_core.h:222: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âap_get_server_portâ
    /usr/include/apache/http_core.h:229: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âap_get_limit_req_bodyâ
    /usr/include/apache/http_core.h:278: error: expected specifier-qualifier-list before âapr_int64_tâ
    /usr/include/apache/http_core.h:314: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
    /usr/include/apache/http_core.h:633: error: expected specifier-qualifier-list before âapr_hash_tâ
    /usr/include/apache/http_core.h:662: error: expected â)â before âintâ
    /usr/include/apache/http_core.h:680: error: expected declaration specifiers or â...â before âap_ident_lookupâ
    /usr/include/apache/http_core.h:681: error: expected declaration specifiers or â...â before â(â token
    /usr/include/apache/http_core.h:681: warning: data definition has no type or storage class
    In file included from mod_caucho.c:45:
    /usr/include/apache/http_protocol.h:31:26: error: apr_portable.h: No such file or directory
    /usr/include/apache/http_protocol.h:32:22: error: apr_mmap.h: No such file or directory
    In file included from mod_caucho.c:45:
    /usr/include/apache/http_protocol.h:45: error: expected â)â before âvoidâ
    /usr/include/apache/http_protocol.h:77: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
    /usr/include/apache/http_protocol.h:111: error: expected declaration specifiers or â...â before âapr_off_tâ
    /usr/include/apache/http_protocol.h:127: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âap_rationalize_mtimeâ
    /usr/include/apache/http_protocol.h:203: error: expected â)â before â*â token
    /usr/include/apache/http_protocol.h:228: error: expected â)â before â*â token
    /usr/include/apache/http_protocol.h:235: error: expected â)â before â*â token
    /usr/include/apache/http_protocol.h:253: error: expected â)â before â*â token
    /usr/include/apache/http_protocol.h:356: error: expected declaration specifiers or â...â before âva_listâ
    /usr/include/apache/http_protocol.h:426: error: expected declaration specifiers or â...â before âapr_size_tâ
    /usr/include/apache/http_protocol.h:534: error: expected declaration specifiers or â...â before âapr_size_tâ
    /usr/include/apache/http_protocol.h:535: error: expected declaration specifiers or â...â before âapr_size_tâ
    /usr/include/apache/http_protocol.h:537: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
    /usr/include/apache/http_protocol.h:537: error: âap_rgetline_coreâ declared as function returning a function
    /usr/include/apache/http_protocol.h:554: error: expected â)â before â*â token
    /usr/include/apache/http_protocol.h:569: error: expected â)â before âintâ
    /usr/include/apache/http_protocol.h:608: error: expected specifier-qualifier-list before âapr_bucket_refcountâ
    /usr/include/apache/http_protocol.h:616: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âap_bucket_type_errorâ
    /usr/include/apache/http_protocol.h:633: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
    /usr/include/apache/http_protocol.h:644: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
    /usr/include/apache/http_protocol.h:648: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
    /usr/include/apache/http_protocol.h:648: error: âap_byterange_filterâ declared as function returning a function
    /usr/include/apache/http_protocol.h:649: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
    /usr/include/apache/http_protocol.h:649: error: âap_http_header_filterâ declared as function returning a function
    /usr/include/apache/http_protocol.h:651: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
    /usr/include/apache/http_protocol.h:651: error: âap_content_length_filterâ declared as function returning a function
    /usr/include/apache/http_protocol.h:652: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
    /usr/include/apache/http_protocol.h:652: error: âap_old_write_filterâ declared as function returning a function
    mod_caucho.c:47:25: error: apr_strings.h: No such file or directory
    mod_caucho.c:48:30: error: apr_thread_mutex.h: No such file or directory
    In file included from mod_caucho.c:52:
    ../common/cse.h:277: error: expected â)â before â*â token
    mod_caucho.c: In function âcse_errorâ:
    mod_caucho.c:126: error: âva_listâ undeclared (first use in this function)
    mod_caucho.c:126: error: (Each undeclared identifier is reported only once
    mod_caucho.c:126: error: for each function it appears in.)
    mod_caucho.c:126: error: expected â;â before âargsâ
    mod_caucho.c:128: error: âargsâ undeclared (first use in this function)
    mod_caucho.c: At top level:
    mod_caucho.c:171: error: expected â)â before â*â token
    mod_caucho.c: In function âcse_get_module_configâ:
    mod_caucho.c:201: error: ârequest_recâ has no member named âper_dir_configâ
    mod_caucho.c: In function âcse_config_file_commandâ:
    mod_caucho.c:218: error: âcmd_parmsâ has no member named âpoolâ
    mod_caucho.c:218: error: âcmd_parmsâ has no member named âpoolâ
    mod_caucho.c:218: error: âcmd_parmsâ has no member named âpoolâ
    mod_caucho.c:218: error: âcmd_parmsâ has no member named âpoolâ
    mod_caucho.c:218: error: âcmd_parmsâ has no member named âpoolâ
    mod_caucho.c:218: warning: passing argument 1 of âstrlenâ makes pointer from integer without a cast
    mod_caucho.c:218: error: âcmd_parmsâ has no member named âpoolâ
    mod_caucho.c:218: warning: passing argument 2 of âmemcpyâ makes pointer from integer without a cast
    mod_caucho.c:218: error: âcmd_parmsâ has no member named âpoolâ
    mod_caucho.c:218: warning: passing argument 1 of â__strdupâ makes pointer from integer without a cast
    mod_caucho.c: In function âcse_server_root_commandâ:
    mod_caucho.c:239: error: âcmd_parmsâ has no member named âpoolâ
    mod_caucho.c:239: warning: assignment makes pointer from integer without a cast
    mod_caucho.c: In function âget_session_indexâ:
    mod_caucho.c:289: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
    mod_caucho.c:289: error: âheaderâ undeclared (first use in this function)
    mod_caucho.c:289: error: ârequest_recâ has no member named âheaders_inâ
    mod_caucho.c:295: error: âheadersâ undeclared (first use in this function)
    mod_caucho.c:308: error: ârequest_recâ has no member named âuriâ
    mod_caucho.c: In function âconnection_errorâ:
    mod_caucho.c:351: error: ârequest_recâ has no member named âstatusâ
    mod_caucho.c:357: error: ârequest_recâ has no member named âcontent_typeâ
    mod_caucho.c:359: error: ârequest_recâ has no member named âstatusâ
    mod_caucho.c:360: error: ârequest_recâ has no member named âheaders_outâ
    mod_caucho.c:361: error: ârequest_recâ has no member named âpoolâ
    mod_caucho.c:364: error: ârequest_recâ has no member named âstatusâ
    mod_caucho.c: In function âwrite_envâ:
    mod_caucho.c:409: error: ârequest_recâ has no member named âconnectionâ
    mod_caucho.c:413: error: ârequest_recâ has no member named âprotocolâ
    mod_caucho.c:414: error: ârequest_recâ has no member named âmethodâ
    mod_caucho.c:415: error: ârequest_recâ has no member named âuriâ
    mod_caucho.c:420: error: ârequest_recâ has no member named âargsâ
    mod_caucho.c:421: error: ârequest_recâ has no member named âargsâ
    mod_caucho.c:428: warning: incompatible implicit declaration of built-in function âsprintfâ
    mod_caucho.c:431: error: âconn_recâ has no member named âremote_hostâ
    mod_caucho.c:432: error: âconn_recâ has no member named âremote_hostâ
    mod_caucho.c:434: error: âconn_recâ has no member named âremote_ipâ
    mod_caucho.c:436: error: âconn_recâ has no member named âremote_ipâ
    mod_caucho.c:437: error: âconn_recâ has no member named âremote_addrâ
    mod_caucho.c:440: error: ârequest_recâ has no member named âuserâ
    mod_caucho.c:441: error: ârequest_recâ has no member named âuserâ
    mod_caucho.c:442: error: ârequest_recâ has no member named âap_auth_typeâ
    mod_caucho.c:443: error: ârequest_recâ has no member named âap_auth_typeâ
    mod_caucho.c: In function âwrite_headersâ:
    mod_caucho.c:484: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
    mod_caucho.c:484: error: âheaderâ undeclared (first use in this function)
    mod_caucho.c:484: error: ârequest_recâ has no member named âheaders_inâ
    mod_caucho.c:485: error: âapr_table_entry_tâ undeclared (first use in this function)
    mod_caucho.c:489: error: âheadersâ undeclared (first use in this function)
    mod_caucho.c: In function âwrite_added_headersâ:
    mod_caucho.c:511: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
    mod_caucho.c:511: error: âheaderâ undeclared (first use in this function)
    mod_caucho.c:511: error: ârequest_recâ has no member named âsubprocess_envâ
    mod_caucho.c:512: error: âapr_table_entry_tâ undeclared (first use in this function)
    mod_caucho.c:516: error: âheadersâ undeclared (first use in this function)
    mod_caucho.c:523: error: ârequest_recâ has no member named âuserâ
    mod_caucho.c: In function âsend_dataâ:
    mod_caucho.c:602: error: ârequest_recâ has no member named âstatusâ
    mod_caucho.c:603: error: ârequest_recâ has no member named âstatus_lineâ
    mod_caucho.c:603: error: ârequest_recâ has no member named âpoolâ
    mod_caucho.c:610: error: ârequest_recâ has no member named âcontent_typeâ
    mod_caucho.c:610: error: ârequest_recâ has no member named âpoolâ
    mod_caucho.c:612: error: ârequest_recâ has no member named âheaders_outâ
    mod_caucho.c: In function âwrite_requestâ:
    mod_caucho.c:663: error: too many arguments to function âap_get_client_blockâ
    mod_caucho.c: In function âcaucho_requestâ:
    mod_caucho.c:699: error: ârequest_recâ has no member named ârequest_timeâ
    mod_caucho.c:705: error: ârequest_recâ has no member named âconnectionâ
    mod_caucho.c:708: error: ârequest_recâ has no member named âpoolâ
    mod_caucho.c: In function âjvm_statusâ:
    mod_caucho.c:768: error: ârequest_recâ has no member named âpoolâ
    mod_caucho.c: In function âcaucho_statusâ:
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:810: error: ârequest_recâ has no member named âcontent_typeâ
    mod_caucho.c:811: error: ârequest_recâ has no member named âheader_onlyâ
    mod_caucho.c:835: warning: incompatible implicit declaration of built-in function âsprintfâ
    mod_caucho.c: In function âcse_dispatchâ:
    mod_caucho.c:868: error: ârequest_recâ has no member named âuriâ
    mod_caucho.c:870: error: ârequest_recâ has no member named ârequest_timeâ
    mod_caucho.c:885: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
    mod_caucho.c:906: error: ârequest_recâ has no member named âfilenameâ
    mod_caucho.c:907: error: ârequest_recâ has no member named âfilenameâ
    mod_caucho.c: At top level:
    mod_caucho.c:926: warning: initialization from incompatible pointer type
    mod_caucho.c:929: warning: initialization from incompatible pointer type
    mod_caucho.c:932: warning: initialization from incompatible pointer type
    mod_caucho.c:935: warning: initialization from incompatible pointer type
    mod_caucho.c:941: error: expected â)â before â*â token
    mod_caucho.c:949: error: âcse_create_dir_configâ undeclared here (not in a function)
    mod_caucho.c:949: warning: excess elements in struct initializer
    mod_caucho.c:949: warning: (near initialization for âcaucho_moduleâ)
    mod_caucho.c:950: warning: excess elements in struct initializer
    mod_caucho.c:950: warning: (near initialization for âcaucho_moduleâ)
    mod_caucho.c:951: warning: excess elements in struct initializer
    mod_caucho.c:951: warning: (near initialization for âcaucho_moduleâ)
    mod_caucho.c:952: warning: excess elements in struct initializer
    mod_caucho.c:952: warning: (near initialization for âcaucho_moduleâ)
    mod_caucho.c:953: warning: excess elements in struct initializer
    mod_caucho.c:953: warning: (near initialization for âcaucho_moduleâ)
    mod_caucho.c:954: error: âcaucho_register_hooksâ undeclared here (not in a function)
    mod_caucho.c:955: warning: excess elements in struct initializer
    mod_caucho.c:955: warning: (near initialization for âcaucho_moduleâ)
    make[2]: *** [mod_caucho.lo] Error 1
    make[2]: Leaving directory `/etc/resin/src/c/plugin/apache2'
    make[2]: Entering directory `/etc/resin/src/c/plugin/resin'
    gcc -g -O2 -DRESIN_HOME="/etc/resin" -I/opt/java/include -I/opt/java/include/linux -I../common -DCPU="i386" -DOS= -c -o resin.o resin.c
    gcc -g -O2 -DRESIN_HOME="/etc/resin" -I/opt/java/include -I/opt/java/include/linux -I../common -DCPU="i386" -DOS= -c -o std.o std.c
    gcc -g -O2 -DRESIN_HOME="/etc/resin" -I/opt/java/include -I/opt/java/include/linux -I../common -DCPU="i386" -DOS= -c -o memory.o memory.c
    gcc -g -O2 -DRESIN_HOME="/etc/resin" -I/opt/java/include -I/opt/java/include/linux -I../common -DCPU="i386" -DOS= -c -o ssl_stub.o ssl_stub.c
    gcc -o resin resin.o ../common/common.o std.o memory.o ssl_stub.o -lpthread -ldl -lssl -lcrypto
    gcc -g -O2 -DRESIN_HOME="/etc/resin" -I/opt/java/include -I/opt/java/include/linux -I../common -DCPU="i386" -DOS= -c -o jni_vfs.o jni_vfs.c
    /usr/bin/ld -shared -o libresin.so jni_vfs.o std.o memory.o ssl_stub.o -lpthread -ldl -lssl -lcrypto
    make[2]: Leaving directory `/etc/resin/src/c/plugin/resin'
    (cd resin; make resin_so)
    make[2]: Entering directory `/etc/resin/src/c/plugin/resin'
    make[2]: Nothing to be done for `resin_so'.
    make[2]: Leaving directory `/etc/resin/src/c/plugin/resin'
    make[1]: Leaving directory `/etc/resin/src/c/plugin'

    I fixed the "headers not found" problem but now there are compilation problems. It looks like a problem with the headers in the apr package (not gcc 4.1 compatible ???). Here's the steps I took and the error message.
    $ ./configure --with-apxs
    In modules/c/src/apache1/Makefile, add:
    -I/usr/include/apr-1
    at the end of the INCLUDES line like so:
    INCLUDES = $(APACHE_INC) -DRESIN_HOME="$(resin_home)" -I../common -I/usr/include/apr-1
    $ make -k
    Error:
    $ make -k
    (cd modules/c/src; make)
    make[1]: Entering directory `/tmp/resin-3.0.18/modules/c/src'
    for dir in common apache1 resin_os; do (cd $dir; make); done
    make[2]: Entering directory `/tmp/resin-3.0.18/modules/c/src/common'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/tmp/resin-3.0.18/modules/c/src/common'
    make[2]: Entering directory `/tmp/resin-3.0.18/modules/c/src/apache1'
    EGREP="grep -E" /tmp/resin-3.0.18/libtool --silent --mode=compile gcc -o mod_caucho.lo -c -I/usr/include/apache -DRESIN_HOME="/tmp/resin-3.0.18" -I../common -I/usr/include/apr-1 -g -O2 -DPOLL -DHAS_JVMTI -march=i686 -O2 -pipe mod_caucho.c
    In file included from /usr/include/apache/ap_config.h:25,
    from /usr/include/apache/httpd.h:43,
    from mod_caucho.c:33:
    /usr/include/apr-1/apr.h:270: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'apr_off_t'
    In file included from /usr/include/apr-1/apr_file_io.h:29,
    from /usr/include/apr-1/apr_network_io.h:26,
    from /usr/include/apache/httpd.h:53,
    from mod_caucho.c:33:
    /usr/include/apr-1/apr_file_info.h:204: error: expected specifier-qualifier-list before 'apr_off_t'
    In file included from /usr/include/apr-1/apr_network_io.h:26,
    from /usr/include/apache/httpd.h:53,
    from mod_caucho.c:33:
    /usr/include/apr-1/apr_file_io.h:548: error: expected declaration specifiers or '...' before 'apr_off_t'
    /usr/include/apr-1/apr_file_io.h:740: error: expected declaration specifiers or '...' before 'apr_off_t'
    In file included from /usr/include/apache/httpd.h:53,
    from mod_caucho.c:33:
    /usr/include/apr-1/apr_network_io.h:545: error: expected declaration specifiers or '...' before 'apr_off_t'
    In file included from /usr/include/apr-1/apr_buckets.h:32,
    from /usr/include/apache/httpd.h:54,
    from mod_caucho.c:33:
    /usr/include/apr-1/apr_mmap.h:134: error: expected declaration specifiers or '...' before 'apr_off_t'
    /usr/include/apr-1/apr_mmap.h:161: error: expected declaration specifiers or '...' before 'apr_off_t'
    In file included from /usr/include/apache/httpd.h:54,
    from mod_caucho.c:33:
    /usr/include/apr-1/apr_buckets.h:242: error: expected specifier-qualifier-list before 'apr_off_t'
    /usr/include/apr-1/apr_buckets.h:706: error: expected declaration specifiers or '...' before 'apr_off_t'
    /usr/include/apr-1/apr_buckets.h:718: error: expected declaration specifiers or '...' before 'apr_off_t'
    /usr/include/apr-1/apr_buckets.h:754: error: expected declaration specifiers or '...' before 'apr_off_t'
    /usr/include/apr-1/apr_buckets.h:890: error: expected declaration specifiers or '...' before 'apr_off_t'
    /usr/include/apr-1/apr_buckets.h:891: error: expected declaration specifiers or '...' before 'apr_off_t'
    /usr/include/apr-1/apr_buckets.h:1168: error: expected declaration specifiers or '...' before 'apr_off_t'
    /usr/include/apr-1/apr_buckets.h:1367: error: expected declaration specifiers or '...' before 'apr_off_t'
    /usr/include/apr-1/apr_buckets.h:1381: error: expected declaration specifiers or '...' before 'apr_off_t'
    /usr/include/apr-1/apr_buckets.h:1431: error: expected declaration specifiers or '...' before 'apr_off_t'
    /usr/include/apr-1/apr_buckets.h:1447: error: expected declaration specifiers or '...' before 'apr_off_t'
    In file included from mod_caucho.c:33:
    /usr/include/apache/httpd.h:826: error: expected specifier-qualifier-list before 'apr_off_t'
    In file included from /usr/include/apache/http_request.h:45,
    from mod_caucho.c:35:
    /usr/include/apache/util_filter.h:142: error: expected declaration specifiers or '...' before 'apr_off_t'
    /usr/include/apache/util_filter.h:299: error: expected declaration specifiers or '...' before 'apr_off_t'
    In file included from mod_caucho.c:36:
    /usr/include/apache/http_core.h:229: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ap_get_limit_req_body'
    /usr/include/apache/http_core.h:672: error: expected declaration specifiers or '...' before 'apr_off_t'
    In file included from mod_caucho.c:37:
    /usr/include/apache/http_protocol.h:111: error: expected declaration specifiers or '...' before 'apr_off_t'
    /usr/include/apache/http_protocol.h:203: error: expected declaration specifiers or '...' before 'apr_off_t'
    mod_caucho.c:54: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'caucho_module'
    mod_caucho.c:60: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
    mod_caucho.c:165: warning: 'struct pool' declared inside parameter list
    mod_caucho.c:165: warning: its scope is only this definition or declaration, which is probably not what you want
    mod_caucho.c: In function 'cse_module_init':
    mod_caucho.c:167: warning: passing argument 1 of 'ap_add_version_component' from incompatible pointer type
    mod_caucho.c:167: error: too few arguments to function 'ap_add_version_component'
    mod_caucho.c: At top level:
    mod_caucho.c:171: error: expected ')' before '*' token
    mod_caucho.c:190: error: expected ')' before '*' token
    mod_caucho.c: In function 'cse_get_module_config':
    mod_caucho.c:217: error: 'request_rec' has no member named 'per_dir_config'
    mod_caucho.c:218: error: 'request_rec' has no member named 'per_dir_config'
    mod_caucho.c:218: error: 'caucho_module' undeclared (first use in this function)
    mod_caucho.c:218: error: (Each undeclared identifier is reported only once
    mod_caucho.c:218: error: for each function it appears in.)
    mod_caucho.c: In function 'cse_get_cmd_config':
    mod_caucho.c:235: error: 'caucho_module' undeclared (first use in this function)
    mod_caucho.c: In function 'cse_clean_jsessionid':
    mod_caucho.c:399: error: 'request_rec' has no member named 'uri'
    mod_caucho.c:414: error: 'request_rec' has no member named 'request_config'
    mod_caucho.c:415: error: 'request_rec' has no member named 'request_config'
    mod_caucho.c:415: error: 'caucho_module' undeclared (first use in this function)
    mod_caucho.c:417: error: 'request_rec' has no member named 'uri'
    mod_caucho.c:420: error: 'request_rec' has no member named 'filename'
    mod_caucho.c:421: error: 'request_rec' has no member named 'filename'
    mod_caucho.c:428: error: 'request_rec' has no member named 'filename'
    mod_caucho.c:428: error: 'request_rec' has no member named 'finfo'
    mod_caucho.c:429: error: 'request_rec' has no member named 'finfo'
    mod_caucho.c:437: error: 'request_rec' has no member named 'request_config'
    mod_caucho.c:438: error: 'request_rec' has no member named 'request_config'
    mod_caucho.c:445: error: 'request_rec' has no member named 'filename'
    mod_caucho.c:446: error: 'request_rec' has no member named 'filename'
    mod_caucho.c:451: error: 'request_rec' has no member named 'filename'
    mod_caucho.c:451: error: 'request_rec' has no member named 'finfo'
    mod_caucho.c:452: error: 'request_rec' has no member named 'finfo'
    mod_caucho.c: In function 'cse_dispatch':
    mod_caucho.c:470: error: 'request_rec' has no member named 'uri'
    mod_caucho.c:483: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
    mod_caucho.c:490: error: 'request_rec' has no member named 'handler'
    mod_caucho.c: In function 'get_session_index':
    mod_caucho.c:511: error: 'array_header' undeclared (first use in this function)
    mod_caucho.c:511: error: 'hdrs_arr' undeclared (first use in this function)
    mod_caucho.c:511: error: 'request_rec' has no member named 'headers_in'
    mod_caucho.c:512: error: 'table_entry' undeclared (first use in this function)
    mod_caucho.c:512: error: 'hdrs' undeclared (first use in this function)
    mod_caucho.c:512: error: expected expression before ')' token
    mod_caucho.c:531: error: 'request_rec' has no member named 'request_config'
    mod_caucho.c:532: error: 'request_rec' has no member named 'request_config'
    mod_caucho.c:532: error: 'caucho_module' undeclared (first use in this function)
    mod_caucho.c:545: error: 'request_rec' has no member named 'uri'
    mod_caucho.c:550: error: 'request_rec' has no member named 'uri'
    mod_caucho.c: In function 'write_env':
    mod_caucho.c:566: error: 'request_rec' has no member named 'uri'
    mod_caucho.c:579: error: 'request_rec' has no member named 'request_config'
    mod_caucho.c:580: error: 'request_rec' has no member named 'request_config'
    mod_caucho.c:580: error: 'caucho_module' undeclared (first use in this function)
    mod_caucho.c:587: error: 'request_rec' has no member named 'args'
    mod_caucho.c:588: error: 'request_rec' has no member named 'args'
    mod_caucho.c:595: warning: passing argument 3 of 'cse_write_string' makes pointer from integer without a cast
    mod_caucho.c:597: error: 'request_rec' has no member named 'per_dir_config'
    mod_caucho.c:597: error: too few arguments to function 'ap_get_remote_host'
    mod_caucho.c:605: error: request for member 'sin_port' in something not a structure or union
    mod_caucho.c:605: warning: passing argument 3 of 'cse_write_string' makes pointer from integer without a cast
    mod_caucho.c:607: error: 'conn_rec' has no member named 'user'
    mod_caucho.c:608: error: 'conn_rec' has no member named 'user'
    mod_caucho.c:609: error: 'conn_rec' has no member named 'ap_auth_type'
    mod_caucho.c:610: error: 'conn_rec' has no member named 'ap_auth_type'
    mod_caucho.c: In function 'write_headers':
    mod_caucho.c:656: error: 'array_header' undeclared (first use in this function)
    mod_caucho.c:656: error: 'hdrs_arr' undeclared (first use in this function)
    mod_caucho.c:656: error: 'request_rec' has no member named 'headers_in'
    mod_caucho.c:657: error: 'table_entry' undeclared (first use in this function)
    mod_caucho.c:657: error: 'hdrs' undeclared (first use in this function)
    mod_caucho.c:657: error: expected expression before ')' token
    mod_caucho.c: In function 'write_added_headers':
    mod_caucho.c:685: error: 'array_header' undeclared (first use in this function)
    mod_caucho.c:685: error: 'hdrs_arr' undeclared (first use in this function)
    mod_caucho.c:685: error: 'request_rec' has no member named 'subprocess_env'
    mod_caucho.c:686: error: 'table_entry' undeclared (first use in this function)
    mod_caucho.c:686: error: 'hdrs' undeclared (first use in this function)
    mod_caucho.c:686: error: expected expression before ')' token
    mod_caucho.c:706: error: 'conn_rec' has no member named 'user'
    mod_caucho.c:718: error: 'request_rec' has no member named 'args'
    mod_caucho.c:720: error: 'request_rec' has no member named 'args'
    mod_caucho.c:723: error: 'request_rec' has no member named 'uri'
    mod_caucho.c:725: error: 'request_rec' has no member named 'uri'
    mod_caucho.c: In function 'send_data':
    mod_caucho.c:823: warning: assignment makes pointer from integer without a cast
    mod_caucho.c:831: error: 'request_rec' has no member named 'content_type'
    mod_caucho.c:833: error: 'request_rec' has no member named 'headers_out'
    mod_caucho.c: In function 'caucho_request':
    mod_caucho.c:968: error: 'request_rec' has no member named 'request_config'
    mod_caucho.c:969: error: 'request_rec' has no member named 'request_config'
    mod_caucho.c:969: error: 'caucho_module' undeclared (first use in this function)
    mod_caucho.c:971: error: 'request_rec' has no member named 'request_config'
    mod_caucho.c: In function 'caucho_status':
    mod_caucho.c:1119: error: 'request_rec' has no member named 'content_type'
    mod_caucho.c: At top level:
    mod_caucho.c:1198: error: expected declaration specifiers or '...' before 'pool'
    mod_caucho.c:1212: error: expected declaration specifiers or '...' before 'pool'
    mod_caucho.c: In function 'cse_close_child':
    mod_caucho.c:1218: error: 'g_pool' undeclared (first use in this function)
    mod_caucho.c: At top level:
    mod_caucho.c:1231: warning: initialization from incompatible pointer type
    mod_caucho.c:1233: warning: initialization from incompatible pointer type
    mod_caucho.c:1235: warning: initialization from incompatible pointer type
    mod_caucho.c:1237: warning: initialization from incompatible pointer type
    mod_caucho.c:1239: warning: initialization from incompatible pointer type
    mod_caucho.c:1241: warning: initialization from incompatible pointer type
    mod_caucho.c:1243: warning: initialization from incompatible pointer type
    mod_caucho.c:1253: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'caucho_handlers'
    mod_caucho.c:1271: error: 'this_module_needs_to_be_ported_to_apache_2_0' undeclared here (not in a function)
    mod_caucho.c:1272: warning: initialization makes integer from pointer without a cast
    mod_caucho.c:1273: error: 'cse_create_dir_config' undeclared here (not in a function)
    mod_caucho.c:1275: error: 'cse_create_server_config' undeclared here (not in a function)
    mod_caucho.c:1277: warning: initialization makes integer from pointer without a cast
    mod_caucho.c:1278: error: 'caucho_handlers' undeclared here (not in a function)
    mod_caucho.c:1279: warning: initialization from incompatible pointer type
    mod_caucho.c:1283: warning: initialization from incompatible pointer type
    mod_caucho.c:1285: warning: excess elements in struct initializer
    mod_caucho.c:1285: warning: (near initialization for 'caucho_module')
    mod_caucho.c:1286: warning: excess elements in struct initializer
    mod_caucho.c:1286: warning: (near initialization for 'caucho_module')
    mod_caucho.c:1287: warning: excess elements in struct initializer
    mod_caucho.c:1287: warning: (near initialization for 'caucho_module')
    mod_caucho.c:1288: warning: excess elements in struct initializer
    mod_caucho.c:1288: warning: (near initialization for 'caucho_module')
    mod_caucho.c:1289: warning: excess elements in struct initializer
    mod_caucho.c:1289: warning: (near initialization for 'caucho_module')
    make[2]: *** [mod_caucho.lo] Error 1
    make[2]: Target `all' not remade because of errors.
    make[2]: Leaving directory `/tmp/resin-3.0.18/modules/c/src/apache1'
    make[2]: Entering directory `/tmp/resin-3.0.18/modules/c/src/resin_os'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/tmp/resin-3.0.18/modules/c/src/resin_os'
    make[1]: Leaving directory `/tmp/resin-3.0.18/modules/c/src'

  • Palm OS Error When Installing

    I have a Zire 21 that has served me well over the years, and has been installed on numerous computers.  I have recently built a new computer, and am trying the first install with Windows XP SP3, and the install is getting "hung" up.  This software has worked unfailingly in the past.  The install must be cancelled to "complete".  After cancelling everything seems ok, but I am unable to install the outlook conduits, and when doing a HotSync without them results in zero data transfer.  If I try to reinstall I receive an error that a uncompleted instalation is in progress.  One of the errors I receive is a runtime 1607 error. If anbody could help me I would greatly appreciate it.
    Post relates to: Zire 21
    Message Edited by Top on 01-15-2009 09:46 PM

    You should first make a copy of your data to have just in case something
    happens. You can find your data files by going to C:\Program Files\Palm or
    Palm One. Highlight your Palm Desktop username and right click and copy.
    Then go to your PC desktop, right click on a blank spot and select paste.
    Now you want to uninstall Palm Desktop and remove everything that has to do
    with Palm Desktop from your computer. Like the above folder, delete the Palm folder. Once this is done, you will need to delete some registry keys
    from your PC Operating System registry.
    Word of warning, going here and deleting the wrong thing can cause your PC
    to not start up, crashing and deletion of programs and data. If you feel
    you are unsure of yourself, see if you have a friend that can help you or a
    PC technician that you can pay to help you. This will show them everything
    they need to delete. To retain your current Registry settings, we need to do a backup of the Registry.
    On the PC, go to start and run type "regedit" without quotes
    Highlight MY COMPUTER, go to File --> export. Should pop up with a Save As
    box. Current location is fine should be in My Documents or you can change to a location you will remember. In the file name box, type "Regbackup[todaysdate]" i.e. Regbackup07072008. Next, the hard part.
    The easiest way to make sure your working with the correct key, highlight the key i.e. palm quick install, and press delete on your keyboard. It will ask you, are
    you sure. Say yes. Do the same thing for all keys below.
    If you make a mistake, stop what you are doing. And call a PC technician.
    BUT do not turn off your computer.
    The reg keys are as follows (Note: some of theses reg keys will not be here
    but if they are delete them)
    * HKEY_CURRENT_USER\Software\U.S. Robotics\Palm Quick Install
    * HKEY_CURRENT_USER\Software\U.S. Robotics\PalmOne File Transfer
    * HKEY_CURRENT_USER\Software\U.S. Robotics\Pilot Desktop
    * HKEY_CURRENT_USER\Software\Palm
    * HKEY_CURRENT_USER\Software\Palm, Inc.
    * HKEY_CURRENT_USER\Software\PalmDesktopAutorun
    * HKEY_CURRENT_USER\Software\palmOne
    * HKEY_CURRENT_USER\Software\PalmSource
    * HKEY_LOCAL_MACHINE\Software\PalmSource or anything else that says palm
    Next reboot your computer
    Then reinstall your Palm desktop from the CD and do a hotsync. If it asks
    you for a username and you synced your device before, put in 'test" if you
    did not sync before you create a hotsync name.
    Post relates to: Palm i705

Maybe you are looking for

  • We are NOT al

    Just read an interesting article from NGOHQ.com about X-Fi's and the crackling thing. Read the conclusion page (http://www.ngohq.com/home.php?page=a...age4&arc_id=24)It seems that what we are trying to?get across to?Creative about the lack of timely

  • Can't open attachments of archived e-mails

    We have recently started using Mail at our design agency. Upon completion of jobs we have backed-up, restored and archived all mail into their relevant job folders. We have then found, when needing to go back to old e-mails, the attachments cannot be

  • Set My Report output to A4 Size

    Hi All, May i know how to set my report output automatically to set to A4 size Thanks in Advance Have a NIce day

  • Safari quits when joining a network

    Hi, I'm using a Macbook running Safari 2.0.4 I am student and when I connect to my university's wireless network it takes me to the log in page: An page inside of my browser where I input my username and password. Safari keeps "quitting unexpectedly"

  • Unable to convert pdf to word file

    How come I'm not able to convert a pdf file to a word document anymore?