Issue with MT940 ACK/NACK FILE

Hi Guys,
BANK->SWIFTNETGATEWAY(ACK/NACK Files)->SAP PI---->SAP ECC
The issue is regarding the ACKNOWLEDGEMENT/NACK files sent from back with respect to MT 101 files.
I am using FILE-PROXY scenario for this ( FILE SENDER ADAPTER---RECEIVER XI ADAPTER)
To read the sample ACK file i have used the module localejbs/swift/FINConversionFromSWIFTModule in sender file adapter. The sample file has multiple fields structure which is similar to SWIFT_FIN structure. But if you read the file using this module it will populate the data only for the 6 fields based on datatype SwiftMessage whose structure is different from SWIFT_FIN .Due to this data will not be populated in the mapping, so blank data is going to SAP ECC and its throwing error.
I have tried out all possible ways to use the modules provided in the configuration file but the file is read only with SwiftMessage structure and the standard mapping for ACK/NACK is provided with SWIFT_FIN structure as source and collectivePaymentOrderNotification as receiver structure.
I have explored and tried all the possible ways and got struck at this point of picking the file based on SWIFT_FIN structure, I request to let me know if there is any additional module available in the SWIFT integration package which will read the file based on SWIFT_FIN structure. Kindly suggest me with the valuable inputs.
Thanks,
Vishnu

Hi All,
Pls find Overview of SWIFT message structure.
The high-level structure of a SWIFT message is as follows:
Sample MT940 text File structure will be
I want to read this data and convert into XML file via SAP PI
Give me possible ways, how we need to convert the text file into xml file..
Regards,
Vishnu

Similar Messages

  • Issue with Opening a PDF file

    We have just completed an upgrade of one of our servers executing Reporting Services.   The upgrade was from 2005 to 2008.
    After we have rendered a report and have it saved in PDF format, we start having issues.
    If we try to open the PDF by double clicking on the file name in Windows Explorer, Adobe Reader starts, but sits unresponsive and consumes an excessive amount of CPU cycles.    It never completes the open and we have to kill the Adobe Reader process in Task Manager.
    If we start Adobe Reader, and then use the Menu to do FIle -> Open, the PDF file opens immediately.
    We have attempted both methods using several different versions of Adobe Reader.    The issue occurs on all versions prior to 9.3.
    Since we are a service organization, we are unable to force our clients to upgrade to a more current version of Adobe Reader without providing assurances that this will correct this issue.
    Has anyone else seen this type of issue with opening PDF files rendered by Reporting Services?   And if so, what is the cause and how did you correct it?
    Thanks
    Steve

    Hi there,
    Please find attached a word document which contains the error that comes up when I try to open the PDF file. This PDF was e-mailed to me from one of the Safety companies that I receive e-mails from on a regular basis. I believe I am running Windows XP and the version of Adobe is Adobe Reader X. I hope this is enough info for you.
    Janice Nadeau
    [signatue deleted by host]

  • Issues with NAS, iPhoto, RAW file format, AEBSn, Leopard

    I think I've isolated it down to a networking stack issue with Leopard, but I was hoping I could get some more thoughts/advice. I don't want to downgrade to Tiger, but I may need to! Either that or host my iPhoto library locally.
    Scenario:
    My iPhoto library was messed up. Some albums were missing and it couldn't seem to find them. Rebuilding my library was giving me errors. So, I decided to start fresh. I created a new library and began importing files. I noticed that my RAW (.CR2) files were showing glitches in them! These were major glitches, like big squares of blue or yellow and distorted pictures. I checked the original pictures, those were fine. I checked the pictures in my new iPhoto library, those files are corrupted! Not the thumbnails, but the files themselves. I opened the file in Photoshop to verify. Yup, busted.
    Attempted Solution:
    I tried downgrading to iPhoto 7.0 from 7.1.1, thinking that that might be the problem. Still having issues with the RAW files. Do I need to downgrade to iPhoto 6? I can't believe that's the answer. Even in iPhoto 7.0, the problem persists.
    Now here's the interesting thing: not all files are broken. Some files work, others don't. Some files are imported without glitches some of the time; reimporting them results in a glitch. That suggests to me that it's a networking problem.
    I'm using 802.11n to an AEBSn2 (gigabit), which has a ReadyNAS NV connected to it by gigabit ethernet. I don't think it's a hardware network thing since everything seemed to work in Tiger.. I think it's a way that Leopard handles the networking stack. Didn't they revise the underlying network stuff for Leopard?
    Help!

    Are you able to switch to 11g? I heard that helps for some people. I haven't tried it yet. Right now, I have about 7500 photos, so I want to copy everything and back it up. Once I get it backed up, I'm going to try other solutions, but it may be a few days before I get anything tested.

  • Issue with BPM-Merging 2 files.

    Hi all,
    I am facing one issue with my development object...it is a BPM scenario in which i am merging 2 files using constant correlation id...JDBC to File scenario...i am using 2 JDBC adapters at source side...the scenario is getting executed without any error and i am getting the output...but the output contain only the data in 1 file...merging is not happening and only one file data is displayed in the output...could someone help me with this issue???am i missing something here??any help will be really appreciated...
    Thanks,
    Lekshmi.

    Hi all,
    As informed in my earlier post the same scenario was working with File adapters at source side.I figured out why it was working earlier.
    Since i have generated the source files for the File adpaters i have added the name space as displayed in the mapping(highlighted in bold letters).
    <ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">
       <ns0:Message1>
          <ns1:Test1_MT xmlns:ns1="http://testing.com/Details">
             <row>
             </row>
          </ns1:Test1_MT>
       </ns0:Message1>
       <ns0:Message2>
          <ns1:Test2_MT xmlns:ns1="http://testing.com/Details">
             <row>
                <VIA_NO/>
                <VSL_NM/>
                <ATA_DTTM/>
                <PATA_DTTM/>
                <ADT_INS_DTTM/>
                <ADT_UPD_DTTM/>
             </row>
          </ns1:Test2_MT>
       </ns0:Message2>
    </ns0:Messages>
    But in the case of real time scenario data is pulled from database and the input file is created through JDBC adater i am getting the source message for mapping as :
    <ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">
       <ns0:Message1>
          <ns:Test1_MT xmlns:ns="http://testing.com/Details">
             <row>
             </row>
         </ns:Test1_MT>
       </ns0:Message1>
       <ns0:Message2>
         <ns:Test2_MT xmlns:ns="http://testing.com/Details">
             <row>
                <VIA_NO/>
                <VSL_NM/>
                <ATA_DTTM/>
                <PATA_DTTM/>
                <ADT_INS_DTTM/>
                <ADT_UPD_DTTM/>
             </row>
         </ns:Test2_MT>
       </ns0:Message2>
    </ns0:Messages>
    When i tested this message in message mapping it is giving only the first file in the output.
    Any idea how to resolve this one?
    Rgds,
    Lekshmi.

  • Issues with CS5 Illustrator .ai files

    I just recently purchased CS5 Illustrator. After creating the file as an .ai file, I am having an issue with reopening the file. I get an error. Any suggestions?

    Post in the general forum… Your question is at a very small audience here in the scripting forum… Thats all of us… not enough to throw a party…

  • Buffer Issue with streaming 10 MB file

    Hi there,
    Having a bit of a nightmare, essentially I have this code:
      private void streamBinaryData(String urlstr,String format,HttpServletResponse response)
            String ErrorStr = null;
            try{
             if(urlstr==null)           
                 urlstr = "c:\\video\\hoff.flv";
             File f = new File(urlstr);             
             response.setContentType("video/x-flv");
            response.setHeader ("Content-Disposition", "filename=\"hoff.flv\"");
            Long fileSize = Long.valueOf(f.length());
            response.setContentLength(fileSize.intValue());
            InputStream in = new FileInputStream(f);
            ServletOutputStream outs = response.getOutputStream();
            int bit = 0;
            System.out.println("VIDEO STREAMER: start streaming data");
                while ((bit) != -1) {
                    bit = in.read();
                    outs.write(bit);
                in.close();
            System.out.println("STREAMER: Finished streaming data");
            outs.flush();
            outs.close();
            catch(Exception e){
                    System.out.println("DEBUG: "+ e.toString());
      }which works just fine, but as the server that will be using this code essentially just (90%) will be the use of this servlet to stream .flv files I want to make it more productive by buffering all or some of the file in order to stream.
    so essentially I have tried many times and variations around the following sub code:
            InputStream in = new FileInputStream(f);
            ServletOutputStream outs = response.getOutputStream();
            int bit = 0;
            System.out.println("VIDEO STREAMER: start streaming data");
            byte buffer = new byte[fileSize.intValue()];
            outs.write(buffer);
                in.close();
            System.out.println("STREAMER: Finished streaming data");The above pump about 1MB of a 10MB fine, but the hangs and no exception is received, or:
            InputStream in = new FileInputStream(f);
            ServletOutputStream outs = response.getOutputStream();
            System.out.println("VIDEO STREAMER: start streaming data");
            byte buffer = new byte[fileSize.intValue()];
            for(int i=0; i<buffer.length; i++)  {
                 outs.write(buffer);
    outs.write(buffer);
    in.close();
    System.out.println("STREAMER: Finished streaming data");
    which will pump out around 2-6 MB of the file, with both of the code changes above I can see the file being pumped at a much faster rate, but obviously no good as it does not deliver the whole file.
    I know that content length is fine, I have also tried varying the response.setBuffer(int) to larger than 8192 up to fileSize.intValue to allow a buffer to handle the whole file before outputing, all to no avail.
    I have also increased the runtime RAM via '-Xmx64m'.
    I am developing on a windows tomcat (with netbeans) and the production version is unix based.
    Any help that anyone can offer will be greatly appreciated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Thanks for the reply.
    Hi, yes sorry has missed that (typed the other 2 variations by hand), I have tried buffering part of the file & tried using a BufferedOutputStream.
    Neither worked either.
    so for example, I used (done before, but hell tried again anyway):
            InputStream in = new FileInputStream(f);
            ServletOutputStream outs = response.getOutputStream();
            System.out.println("VIDEO STREAMER: start streaming data");
            BufferedOutputStream bout = new BufferedOutputStream(outs);
            byte [] buffer = new byte[1024];
            int length=0;
            while( (length = in.read(buffer,0,buffer.length)) > 0)  {
                bout.write(buffer,0,length);
            }this actually does worse as I only receive around 500KB.
    Checked the link you provided, useful but the implemented solution is still reading 1 byte at a time, hense far too many reads going on for when the server will be (hopefully) sending out a few files per min..
    essentially it seems like the outputstream (whether raw or bufferedOutputStream) is having issues with pumping data that quickly to it !???!?!?
    or it's not liking raw bytes and only really working with the bout.write(int) method, the best solution so far has been this use when I mentioned above that I would receive between 4-6 odd MB of the file, this was nice and fast, just never complete.

  • Wss3 Issues with user check in files from within excel or word 2010

    I have got a user reporting that he is experiencing (and it is getting more and more often) that when a file is checked out in excel or word, he then edit it, followed by clicking check in on the File tab within either excel or word. He then gets error see
    image below.
    Just wonder if anyone has seen this before? and where do I start...?
    i have checked the site collection is about 12 GB in size, there are quite a few subsites in the area where this user is working, there are about 150 subsites, 3 levels... our wss3 version is 12.0.0.4621

    Yesterday I just had another user report the similar issue with with office complaining that the file was not checked out therefor upload (check-in) was failed.
    Please see the version and build number of MS Office
    Forgot to say, we are all on the same release and updates for MS Office as well as IE.

  • F110 - Issue with creation of wire file

    Hi Sap gurus,
    May be someone could guide me through this issue.  Iam using the payment program (F110) to pay the vendors. I have Bank 1  and Bank 2 which are used  for wire Payments. The ranking order is 1  for Bank 1 and Bank 2 has ranking order 2.  Business wants to use Bank 2 to pay for International vemdors.The variant in the RFFOM100 uses the house Bank of Bank 2 and its Account ID. When i run the payment program it pays the vendor from Bank 1 and also does not create the wire file as it should. How ever when i chnage the ranking of this Bank 2 to a 1 , it creates the right posting to right account and creates the wire file. What should I do if i had to pay with Bank2 and have the wire file generated? Do I have chnage the rankings all the time, or  is it something iam missing.
    Thanks
    sapsri

    Hi,
    Ranking order is created for the combination of payment method and house bank.
    In your case, create 2 payment methods for wire transfer and assing the different  payment methods to the banks, with ranking order 1 for both.
    Example: PAyment method "W" Ranking order "1" house bank 1000
                   Payment method "T"  Ranking order "1" house bank 1100
    This should resolve your issue

  • Is there an issue with modifying a prototype file with a preinstall script?

    Solaris Packaging content
    I have a prototype file in which I need to move a specific directory to somewhere else other than the BASEDIR.
    I am attempting to do this with a preinstall script by running my prototype file through sed and creating a new prototype file where specific entries that match the various regexp entries in the sed command now have a alternate path assigned to it.
    For example:
    Original prototype file entry:
    d none <directory 1>/lib 0755 root other
    Output prototype from preinstall execution:
    d none <directory 1>/lib=<directory 2>/lib 0755 root other
    However, even though I can go into /var/sadm/pkg/<PKG NAME>/install and execute the preinstall by hand properly, I get the following:
    pkgadd: ERROR: preinstall script did not complete successfully
    Any ideas here? Manually editing the prototype file before pkgmk and pkgtrans is not possible with how my package is being created due to an automated process, however I would really like to leverage the functionality of the prototype file for pkgrm's instead of moving them in a postinstall script and then removing each in a postremove script.

    I don't see any issue in downloading the static copy.  Even if you were allowed to connect to the wsdl directly or add it as a service reference in Visual Studio then you would have to manually update that reference.  In closing, you aren't losing
    any functionality by downloading the static copy.
    Thanks,
    Follow my FIM blog at: http://forefrontidm.wordpress.com/

  • Issue with faces-config.xml file

    Hi,
    I'm working on a project which needs more no. of JSF Pages and JSF Navigations,
    But when i trying to creat pages more than 25 pages,the process becoming too slow,does this
    effects the Application performance?Can any one suggest me why it happens and what are the
    limitations for creating the JSF pages.
    Does their any alternative to solve this Issue,I'm thing to create more faces-config.xml files as the
    Jsf pages increases,does this solves?
    Please suggest me.
    Thank you,
    Bandaru,

    Hi Bandaru,
    Are you trying to use the visual diagram option of faces-config? Coz i encountered difficulties when using it with many pages (more than 40) and the faces-config.oxd_faces was no longer able to support the diagram. "Solution" was to use only the overview and the sources of the faces-config. I don't know exactly but my problems were caused by the faces-config.oxd_faces and i don't think it affects performances for the application.
    For information, that was on a Jdev 10.1.3.0.4
    Regards,
    Tif

  • DNG 5.4 beta converter issues with Hasselblad H2D-39 files

    I was directed to this forum when I posted a note on the DNG converter 5.4 beta, converting to use on Photoshop CS3 (see thread http://forums.adobe.com/thread/436940?tstart=0 )
    The converter has a very interesting "fail pattern" when converting Hasselblad .3fr files:
    First file fails (error message displayed is "Unknown error", second file converts OK, 3rd fails, 4th OK, 5th fails, 6&7 OK, 8th fails..
    By about the 20th file, 5 are successfully converted in a row and then by file 30, no more failures!
    So it would seem that there is not really a problem with actually reading/processing the .3fr file content. Instead looks like some form of memory or other issue in the code??
    I have also noted a few cases of problems with the conversion itself, picture ends up totally posterized, see attached file which is unmodified out of raw -> PS  CS3:
    Finally, processing the DNG files converted still fails on Photoshop CS3 as reported earlier in this thread:
    http://forums.adobe.com/thread/421742?tstart=0
    If I open the DNG file in PS CS3 and save pretty much immediately, saving works. If I do almost any processing, the "Save as" freezes PS3 before the file/directory selection dialog starts. Only forcefully stopping Photoshop helps. Looks like there is something in the "Save as" dialogue that does not check for exceeding max memory allocated to Photoshop or similar?

    Hi,
    Thanks for responding. I thought this was the forum pointed to from the download site, was not aware of the dng forum. Though there is another post on probs with convering Hasselblad files ( http://forums.adobe.com/thread/436615?tstart=0 ), my symptoms are quite similar ("Unknown error") so I would suspect this could be related to the same prob? As I am quite keen to get rid of the Phocus software, if there is anything I can do to help you fix the bug, just send me a note.
    Thanks, Håkan
    Ian Lyons kirjoitti 31.05.2009 kello 11:30:
    If you're using the DNG converter then raising the issue on the
    appropriate
    forum might get a bit more attention
    http://forums.adobe.com/community/dng
    >

  • Media Encoder CS4 issues with MP4 and M4V files

    I've just got CS4 and and very happy so far. EXCEPT I'm
    trying to convert some MP4 and M4V videos to FLV using the new
    Adobe Media encoder.
    When I look at preview screen in the settings panel, the
    preview is all wrong. It is just Green and Purple - kind of like
    some weird negative image. This also is how the final converted FLV
    looks. The CS3 version of Flash video encoder converted these exact
    same files OK (although the preview was only a blank screen, but
    the final file was OK).
    Has anyone else seen this and more importantly, did you
    manage to solve the issue?
    I'm running this on an iMac G5 with 2GB RAM - could this be a
    PPC issue?

    Sorry my computer AND media encover version. I run Creative Cloud on a new Mac Pro
    File seems to render fine
    Log info:
    - Source File: ***
    - Output File: ***
    - Preset Used: Match Source - High bitrate
    - Video: 1920x1080 (1.0), 25 fps, Progressive, 00:00:42:17
    - Audio: AAC, 320 kbps, 48 kHz, Stereo
    - Bitrate: VBR, 1 pass, Target 10.00 Mbps, Max 12.00 Mbps
    - Encoding Time: 00:13:13
    04/27/2015 03:55:51 PM : File Successfully Encoded
    No errors reported.
    And this is what I end up with.
    Is that helpful?

  • Issue with Japanese characters in files/filenames in terminal.

    I recently downloaded a zip file with Japanese characters in the archive and in the files within the archive. The name of the archive is "【批量下载】パノプティコン労働歌 第一等.zip"
    The characters are properly displayed in firefox, chrome, and other applications, but in my terminal some of the characters appear corrupted. Screenshot: https://i.imgur.com/4R22m0D.png
    Additionally, this leads to corruption of the files in the archive. When I try to extract the files, this is what happens:
    % unzip 【批量下载】パノプティコン労働歌 第一等.zip
    Archive: 【批量下载】パノプティコン労働歌 第一等.zip
    extracting: +ii/flac/Let's -+-ʦ1,000,000-.flac bad CRC 5f603d51 (should be debde980)
    extracting: +ii/flac/+ѦѾP++ -instrumental-.flac bad CRC 78b93a2d (should be 3501d555)
    extracting: +ii/flac/----.flac bad CRC ddeb1d3e (should be c05ae84f)
    extracting: +ii/flac/+ѦѾP++.flac bad CRC 0ccf2725 (should be be2b58f1)
    extracting: +ii/flac/Let's -+-ʦ1,000,000--instrumental-.flac bad CRC 67a39f8e (should be ece37917)
    extracting: +ii/flac/.flac bad CRC f90f3aa0 (should be 41756c2c)
    extracting: +ii/flac/ -instrumental-.flac bad CRC 3be03344 (should be 0b7a9cea)
    extracting: +ii/flac/---- -instrumental-.flac bad CRC 569b6194 (should be adb5d5fe)
    I'm not sure what could be the cause of this. I'm using uxterm with terminus as my main font and IPA gothic (a Japanese font) as my secondary font. I have a Japanese locale set up and have tried setting LANG=ja_JP.utf8 before, but the results never change.
    Also, this issue isn't just with this file. This happens with nearly all archives that have Japanese characters associated with it.
    Has anyone encountered this issue before or knows what might be wrong?
    Last edited by Sanbanyo (2015-05-21 03:12:56)

    Maybe 7zip or another tool has workarounds for broken file names, you could try that.
    Or you could try to go over the files in the zip archive one-by-one and write it to files out-1, out-2, ..., out-$n without concerning yourself with the file names. You could get file endings back via the mimetype.
    This script might work:
    #include <stdio.h>
    #include <zip.h>
    static const char *template = "./out-%04d.bin";
    int main(int argc, char**argv)
    int err = 0;
    zip_t *arc = zip_open((const char*)argv[1], ZIP_RDONLY, &err);
    if(arc == NULL)
    printf("Failed to open ZIP, error %d\n", err);
    return -1;
    zip_int64_t n = zip_get_num_entries(arc, 0);
    printf("%s: # of packed files: %d\n", argv[1], n);
    for(int i = 0; i < n; i++)
    zip_stat_t stat;
    zip_stat_index(arc, i, ZIP_FL_UNCHANGED, &stat);
    char buf[stat.size];
    char oname[sizeof(template)];
    zip_file_t *f = zip_fopen_index(arc, (zip_int64_t)i, ZIP_FL_UNCHANGED);
    zip_fread(f, (void*)&buf[0], stat.size);
    snprintf(&oname[0], sizeof(template), template, i);
    FILE *of = fopen(oname, "wb");
    fwrite(&buf[0], stat.size, 1, of);
    printf("%s: %s => %lu bytes\n", argv[1], oname, stat.size);
    zip_fclose(f);
    fclose(of);
    zip_close(arc);
    return 0;
    Compile with
    gcc -std=gnu99 -O3 -o unzip unzip.c -lzip
    and run as
    ./unzip $funnyzipfile
    You should get template-named, numbered output files in the current directory.
    Last edited by 2ion (2015-05-21 23:09:29)

  • Issues with converted Inkscape SVG files

    I've been downloading a lot of SVG files, most of which were created with Inkscape, from openclipart.org recently. I've had to open them in Illustrator and save them in .ai format before placing them in an InDesign document as InDesign doesn't accept SVG files as a link.
    My problem is that some of these SVG files that I've converted to .ai don't display properly when I place them into InDesign. I can see the bounding box of the linked files, but nothing inside. I'm pretty sure this has only happened with files that I have edited a little after bringing them into Illustrator. The edits haven't been anything major - just changing colours and adding transparency masks here and there as sometimes some of the SVG gradients and mask/transparency effects are lost when I open them with Illustrator.
    I've tried re-saving the SVG files from openclipart.org and doing a save as in Illustrator to force it to reconstruct the file, but with no luck. Here is an example of one of the troublesome SVGs: http://openclipart.org/people/Gerald_G/Gerald_G_Lemon_Variations_2.svg
    Does anyone know why this is happening?

    It seems like restarting InDesign has fixed the issue. Still, I have one particular file which does this every time I try to place it, even after restarting InDesign.

  • Issue with adadmin No such file or directory

    Hi, I was trying to apply patch 9239089 and got issues related to adrelink. After going through the forums, I tried few things and now adadmin is not working.. Please help.
    When I issue adadmin command all it gives is "sh: /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adadminnew: No such file or directory"
    adpatch command is still working.

    Sorry. I missed that.. It is 12.1.1, Oracle Linux 6. I think database version is 10.1.2
    Here is the adrelink.log
    You are running adrelink, version 120.43.12010000.6
    Start of adrelink session
    Date/time is  Wed Jan 8 19:19:07 PST 2014
    Log file is  /home/oracle/ebs/apps/apps_st/appl/admin/VIS/log/adrelink.log
    Command line arguments are
       "force=n" "ranlib=n" "link_debug=n"
    "filelist=/home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/plkapp000.txt"
    Operating System Information (output of 'uname -a'):
    Linux ebs.amineni.com 2.6.32-300.3.1.el6uek.i686 #1 SMP Fri Dec 9 18:39:00
    EST 2011 i686 i686 i386 GNU/Linux
    Backup Mode is "file"
    Removing extra variables from the environment...
      adrelink will save the following variables (if set):
       - Generic:
    "PATH ORACLE_HOME TMPDIR TZ APPL_TOP APPLFENV PLATFORM LD_LIBRARY_PATH COBDIR
    LIBPATH NLS_LANG JAVA_TOP PERL5LIB"
       - Shell-Specific: "PS1 PS2 PS3 PS4 IFS MAILCHECK _ LOGNAME A__z"
      Beginning pass 1.
       Processing 369 environment variables...
         357 removed; 12 saved.
      Beginning pass 2.
       Processing 12 environment variables...
         0 removed; 12 saved.
    Done removing extra environment variables.
    Removing Application products' bin directories from PATH ...
    Done removing Application products' bin directories from PATH
    Reading Oracle Applications environment file
    Your Oracle Applications environment file is
    /home/oracle/ebs/apps/apps_st/appl/VIS_ebs.env
    Removing $FND_TOP/$APPLBIN from PATH ...
    Done removing $FND_TOP/$APPLBIN from PATH
    Removing extra variables from the environment (again)...
      adrelink will save the following variables (if set):
       - Generic:
    "PATH ORACLE_HOME TMPDIR TZ LD_LIBRARY_PATH COBDIR LIBPATH NLS_LANG JAVA_TOP
    PERL5LIB"
       - Shell-Specific: "PS1 PS2 PS3 PS4 IFS MAILCHECK _ LOGNAME A__z"
      Beginning pass 1.
       Processing 340 environment variables...
         331 removed; 9 saved.
      Beginning pass 2.
       Processing 9 environment variables...
         0 removed; 9 saved.
    Done removing extra environment variables (again).
    Re-reading critical environment variables ...
    Done re-reading critical environment variables
    ORACLE RDBMS   Version 10.1.0.5.0
    Oracle Reports Version 10.1.2
    Oracle Applications Release 12
    Current product is  AD
    LADLIB  is set to /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/libad.a
    Current product is  ALR
    LALRLIB  is set to /home/oracle/ebs/apps/apps_st/appl/alr/12.0.0/lib/libalr.a
    Current product is  AP
    LAPLIB  is set to /home/oracle/ebs/apps/apps_st/appl/ap/12.0.0/lib/libap.a
    Current product is  AR
    LARLIB  is set to /home/oracle/ebs/apps/apps_st/appl/ar/12.0.0/lib/libar.a
    LARSRW  is set to /home/oracle/ebs/apps/apps_st/appl/ar/12.0.0/lib/xirar.o
    $(LARLIB)
    Current product is  BOM
    LBOMLIB  is set to /home/oracle/ebs/apps/apps_st/appl/bom/12.0.0/lib/libbom.a
    Current product is  CRP
    LCRPLIB  is set to /home/oracle/ebs/apps/apps_st/appl/crp/12.0.0/lib/libcrp.a
    Current product is  CZ
    LCZLIB  is set to /home/oracle/ebs/apps/apps_st/appl/cz/12.0.0/lib/libcz.a
    Current product is  DT
    LDTLIB  is set to /home/oracle/ebs/apps/apps_st/appl/dt/12.0.0/lib/libdt.a
    Current product is  ENG
    LENGLIB  is set to /home/oracle/ebs/apps/apps_st/appl/eng/12.0.0/lib/libeng.a
    Current product is  FA
    LFALIB  is set to /home/oracle/ebs/apps/apps_st/appl/fa/12.0.0/lib/libfa.a
    LFASRW  is set to /home/oracle/ebs/apps/apps_st/appl/fa/12.0.0/lib/xirfa.o
    $(LFALIB)
    Current product is  FEM
    LFEMLIB  is set to /home/oracle/ebs/apps/apps_st/appl/fem/12.0.0/lib/libfem.a
    Current product is  FF
    LFFLIB  is set to /home/oracle/ebs/apps/apps_st/appl/ff/12.0.0/lib/libff.a
    Current product is  FND
    LFNDLIB  is set to /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a
    LFNDSRW  is set to /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/xirfnd.o
    $(LFNDLIB)
    Current product is  FTP
    LFTPLIB  is set to /home/oracle/ebs/apps/apps_st/appl/ftp/12.0.0/lib/libftp.a
    Current product is  GL
    LGLLIB  is set to /home/oracle/ebs/apps/apps_st/appl/gl/12.0.0/lib/libgl.a
    Current product is  GMA
    LGMALIB  is set to /home/oracle/ebs/apps/apps_st/appl/gma/12.0.0/lib/libgma.a
    Current product is  GMF
    LGMFLIB  is set to /home/oracle/ebs/apps/apps_st/appl/gmf/12.0.0/lib/libgmf.a
    Current product is  GML
    LGMLLIB  is set to /home/oracle/ebs/apps/apps_st/appl/gml/12.0.0/lib/libgml.a
    Current product is  IBY
    LIBYLIB  is set to /home/oracle/ebs/apps/apps_st/appl/iby/12.0.0/lib/libiby.a
    Current product is  INV
    LINVLIB  is set to /home/oracle/ebs/apps/apps_st/appl/inv/12.0.0/lib/libinv.a
    Current product is  MRP
    LMRPLIB  is set to /home/oracle/ebs/apps/apps_st/appl/mrp/12.0.0/lib/libmrp.a
    Current product is  MSC
    LMSCLIB  is set to /home/oracle/ebs/apps/apps_st/appl/msc/12.0.0/lib/libmsc.a
    Current product is  MSO
    LMSOLIB  is set to /home/oracle/ebs/apps/apps_st/appl/mso/12.0.0/lib/libmso.a
    Current product is  MSR
    LMSRLIB  is set to /home/oracle/ebs/apps/apps_st/appl/msr/12.0.0/lib/libmsr.a
    Current product is  MST
    LMSTLIB  is set to /home/oracle/ebs/apps/apps_st/appl/mst/12.0.0/lib/libmst.a
    Current product is  MWA
    LMWALIB  is set to /home/oracle/ebs/apps/apps_st/appl/mwa/12.0.0/lib/libmwa.a
    Current product is  PA
    LPALIB  is set to /home/oracle/ebs/apps/apps_st/appl/pa/12.0.0/lib/libpa.a
    Current product is  PAY
    LPAYLIB  is set to /home/oracle/ebs/apps/apps_st/appl/pay/12.0.0/lib/libpay.a
    Current product is  PO
    LPOLIB  is set to /home/oracle/ebs/apps/apps_st/appl/po/12.0.0/lib/libpo.a
    LPOSRW  is set to /home/oracle/ebs/apps/apps_st/appl/po/12.0.0/lib/xirpo.o
    $(LPOLIB)
    Current product is  PON
    LPONLIB  is set to /home/oracle/ebs/apps/apps_st/appl/pon/12.0.0/lib/libpon.a
    Current product is  RG
    LRGLIB  is set to /home/oracle/ebs/apps/apps_st/appl/rg/12.0.0/lib/librg.a
    Current product is  WIP
    LWIPLIB  is set to /home/oracle/ebs/apps/apps_st/appl/wip/12.0.0/lib/libwip.a
    Current product is  WPS
    LWPSLIB  is set to /home/oracle/ebs/apps/apps_st/appl/wps/12.0.0/lib/libwps.a
    Current product is  WSM
    LWSMLIB  is set to /home/oracle/ebs/apps/apps_st/appl/wsm/12.0.0/lib/libwsm.a
    Current product is  XDP
    LXDPLIB  is set to /home/oracle/ebs/apps/apps_st/appl/xdp/12.0.0/lib/libxdp.a
    LUSRLIB is /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/usrxit/libusr.a
    Not linking Oracle Applications with any Oracle mail product
    LALRSTUB is now set to
    /home/oracle/ebs/apps/apps_st/appl/alr/12.0.0/lib/alstub.o
    MAILLNK  is now set to
    /home/oracle/ebs/apps/apps_st/appl/alr/12.0.0/lib/alstub.o
    Creating prefix makefiles ...
    Done creating prefix makefiles
    The file /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/plkapp000.txt
    contains:
    ad bin adadmin
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adadmin
    ad bin adadmin_wrapper
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adadmin_wrapper
    ad bin adaimgr
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adaimgr
    ad bin adchkdig
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adchkdig
    ad bin adctrl
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adctrl
    ad bin adctrl_wrapper
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adctrl_wrapper
    ad bin addefgen
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/addefgen
    ad bin addmimp
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/addmimp
    ad bin adgenhnm
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adgenhnm
    ad bin adgetreg
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adgetreg
    ad bin adident
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adident
    ad bin adjava
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adjava
    ad bin adjkey
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adjkey
    ad bin admrgpch
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/admrgpch
    ad bin adncnv
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adncnv
    ad bin adodfcmp
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adodfcmp
    ad bin adpchnew
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adpchnew
    ad bin adpatch_wrapper
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adpatch_wrapper
    ad bin adprmkey
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adprmkey
    ad bin adpwmask
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adpwmask
    ad bin adregenv
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adregenv
    ad bin adsplice
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adsplice
    ad bin adsplice_wrapper
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adsplice_wrapper
    ad bin adsstart
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adsstart
    ad bin adurs /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adurs
    ad bin adwait
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adwait
    ad bin adwrknew
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adwrknew
    Starting  link of product 'ad' on Wed Jan  8 19:19:27 PST 2014
    Current product is  ad
    Current product _TOP is  $AD_TOP
    Current prodarea is  /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0
    Relinking module 'adadmin' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15332.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adadmin
    Starting  link of ad executable 'adadmin' on Wed Jan  8 19:19:27 PST 2014
    gcc -s -L/home/oracle/ebs/apps/tech_st/10.1.2/lib/stubs
    -L/home/oracle/ebs/apps/tech_st/10.1.2/lib -ldl  -o
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adadmin.new \
                    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/adadmin.o \
      /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/libad.a
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a -lsql10 -lclntsh 
    `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10
    -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm  -lpthread
    /usr/lib/gcc/i686-redhat-linux/4.4.6/libgcc_s.so: undefined reference to
    `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [/home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adadminnew] Error
    1
    Done with link of ad executable 'adadmin' on Wed Jan  8 19:19:29 PST 2014
    Relink of module "adadmin" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'adadmin_wrapper' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15361.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adadmin_wrapper
    Starting  link of ad executable 'adadmin_wrapper' on Wed Jan  8 19:19:29 PST
    2014
    gcc -s -L/home/oracle/ebs/apps/tech_st/10.1.2/lib/stubs
    -L/home/oracle/ebs/apps/tech_st/10.1.2/lib -ldl -o
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adadmin_wrapper.new \
            /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/adadmin_main.o
    -lsql10 -lclntsh  `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm  -lpthread
    /usr/lib/gcc/i686-redhat-linux/4.4.6/libgcc_s.so: undefined reference to
    `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [/home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adadmin_wrapper]
    Error 1
    Done with link of ad executable 'adadmin_wrapper' on Wed Jan  8 19:19:29 PST
    2014
    Relink of module "adadmin_wrapper" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'adaimgr' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15383.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adaimgr
    Starting  link of ad executable 'adaimgr' on Wed Jan  8 19:19:29 PST 2014
    gcc -s -L/home/oracle/ebs/apps/tech_st/10.1.2/lib/stubs
    -L/home/oracle/ebs/apps/tech_st/10.1.2/lib -ldl  -o
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adaimgr.new
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/aimain.o \
      /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/libad.a
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a -lsql10 -lclntsh 
    `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10
    -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm  -lpthread
    /usr/lib/gcc/i686-redhat-linux/4.4.6/libgcc_s.so: undefined reference to
    `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [/home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adaimgr] Error 1
    Done with link of ad executable 'adaimgr' on Wed Jan  8 19:19:30 PST 2014
    Relink of module "adaimgr" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'adchkdig' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15405.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adchkdig
    Starting  link of ad executable 'adchkdig' on Wed Jan  8 19:19:30 PST 2014
    gcc -s -L/home/oracle/ebs/apps/tech_st/10.1.2/lib/stubs
    -L/home/oracle/ebs/apps/tech_st/10.1.2/lib -ldl -o
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adchkdig
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/adchkdig.o \
      /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/libad.a
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a -lsql10 -lclntsh 
    `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10
    -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm  -lpthread
    /usr/lib/gcc/i686-redhat-linux/4.4.6/libgcc_s.so: undefined reference to
    `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [/home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adchkdig] Error 1
    Done with link of ad executable 'adchkdig' on Wed Jan  8 19:19:31 PST 2014
    Relink of module "adchkdig" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'adctrl' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15427.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adctrl
    Starting  link of ad executable 'adctrl' on Wed Jan  8 19:19:31 PST 2014
    gcc -s -L/home/oracle/ebs/apps/tech_st/10.1.2/lib/stubs
    -L/home/oracle/ebs/apps/tech_st/10.1.2/lib -ldl -o
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adctrl.new \
                    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/aictrl.o \
      /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/libad.a
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a -lsql10 -lclntsh 
    `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10
    -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm  -lpthread
    /usr/lib/gcc/i686-redhat-linux/4.4.6/libgcc_s.so: undefined reference to
    `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [/home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adctrlnew] Error 1
    Done with link of ad executable 'adctrl' on Wed Jan  8 19:19:31 PST 2014
    Relink of module "adctrl" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'adctrl_wrapper' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15449.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adctrl_wrapper
    Starting  link of ad executable 'adctrl_wrapper' on Wed Jan  8 19:19:31 PST
    2014
    gcc -s -L/home/oracle/ebs/apps/tech_st/10.1.2/lib/stubs
    -L/home/oracle/ebs/apps/tech_st/10.1.2/lib -ldl -o
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adctrl_wrapper.new \
            /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/adctrl_main.o
    -lsql10 -lclntsh  `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm  -lpthread
    /usr/lib/gcc/i686-redhat-linux/4.4.6/libgcc_s.so: undefined reference to
    `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [/home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adctrl_wrapper]
    Error 1
    Done with link of ad executable 'adctrl_wrapper' on Wed Jan  8 19:19:32 PST
    2014
    Relink of module "adctrl_wrapper" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'addefgen' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15471.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/addefgen
    Starting  link of ad executable 'addefgen' on Wed Jan  8 19:19:32 PST 2014
    gcc -s -L/home/oracle/ebs/apps/tech_st/10.1.2/lib/stubs
    -L/home/oracle/ebs/apps/tech_st/10.1.2/lib -ldl -o
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/addefgen \
      /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/addefgen.o \
      /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/libad.a
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a -lsql10 -lclntsh 
    `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10
    -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm  -lpthread
    /usr/lib/gcc/i686-redhat-linux/4.4.6/libgcc_s.so: undefined reference to
    `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [/home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/addefgen] Error 1
    Done with link of ad executable 'addefgen' on Wed Jan  8 19:19:32 PST 2014
    Relink of module "addefgen" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'addmimp' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15493.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/addmimp
    Starting  link of ad executable 'addmimp' on Wed Jan  8 19:19:32 PST 2014
    gcc -s -L/home/oracle/ebs/apps/tech_st/10.1.2/lib/stubs
    -L/home/oracle/ebs/apps/tech_st/10.1.2/lib -ldl -o
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/addmimp
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/dmmmain.o \
      /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/libad.a
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a -lsql10 -lclntsh 
    `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10
    -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm  -lpthread
    /usr/lib/gcc/i686-redhat-linux/4.4.6/libgcc_s.so: undefined reference to
    `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [/home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/addmimp] Error 1
    Done with link of ad executable 'addmimp' on Wed Jan  8 19:19:33 PST 2014
    Relink of module "addmimp" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'adgenhnm' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15516.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adgenhnm
    Starting  link of ad executable 'adgenhnm' on Wed Jan  8 19:19:33 PST 2014
    gcc -s -L/home/oracle/ebs/apps/tech_st/10.1.2/lib/stubs
    -L/home/oracle/ebs/apps/tech_st/10.1.2/lib -ldl -o
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adgenhnm \
      /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/adgenhomenum.o \
      /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/libad.a
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a -lsql10 -lclntsh 
    `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10
    -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm  -lpthread
    /usr/lib/gcc/i686-redhat-linux/4.4.6/libgcc_s.so: undefined reference to
    `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [/home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adgenhnm] Error 1
    Done with link of ad executable 'adgenhnm' on Wed Jan  8 19:19:33 PST 2014
    Relink of module "adgenhnm" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'adgetreg' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15539.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adgetreg
    Starting  link of ad executable 'adgetreg' on Wed Jan  8 19:19:33 PST 2014
    gcc -s -L/home/oracle/ebs/apps/tech_st/10.1.2/lib/stubs
    -L/home/oracle/ebs/apps/tech_st/10.1.2/lib -ldl -o
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adgetreg \
      /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/adgetregvalue.o \
      /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/libad.a
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a -lsql10 -lclntsh 
    `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10
    -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm  -lpthread
    /usr/lib/gcc/i686-redhat-linux/4.4.6/libgcc_s.so: undefined reference to
    `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [/home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adgetreg] Error 1
    Done with link of ad executable 'adgetreg' on Wed Jan  8 19:19:33 PST 2014
    Relink of module "adgetreg" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'adident' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15561.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adident
    Starting  link of ad executable 'adident' on Wed Jan  8 19:19:34 PST 2014
    gcc -s -L/home/oracle/ebs/apps/tech_st/10.1.2/lib/stubs
    -L/home/oracle/ebs/apps/tech_st/10.1.2/lib -ldl -o
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adident
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/adident.o \
      /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/libad.a
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a -lsql10 -lclntsh 
    `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10
    -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm  -lpthread
    /usr/lib/gcc/i686-redhat-linux/4.4.6/libgcc_s.so: undefined reference to
    `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [/home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adident] Error 1
    Done with link of ad executable 'adident' on Wed Jan  8 19:19:34 PST 2014
    Relink of module "adident" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'adjava' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15583.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adjava
    Starting  link of ad executable 'adjava' on Wed Jan  8 19:19:34 PST 2014
    gcc -s -L/home/oracle/ebs/apps/tech_st/10.1.2/lib/stubs
    -L/home/oracle/ebs/apps/tech_st/10.1.2/lib -ldl -o
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adjava
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/adjava.o \
      /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/libad.a
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a -lsql10 -lclntsh 
    `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10
    -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm  -lpthread
    /usr/lib/gcc/i686-redhat-linux/4.4.6/libgcc_s.so: undefined reference to
    `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [/home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adjava] Error 1
    Done with link of ad executable 'adjava' on Wed Jan  8 19:19:35 PST 2014
    Relink of module "adjava" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'adjkey' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15605.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adjkey
    Starting  link of ad executable 'adjkey' on Wed Jan  8 19:19:35 PST 2014
    gcc -s -L/home/oracle/ebs/apps/tech_st/10.1.2/lib/stubs
    -L/home/oracle/ebs/apps/tech_st/10.1.2/lib -ldl -o
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adjkey
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/adjkey.o \
      /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/libad.a
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a -lsql10 -lclntsh 
    `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10
    -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm  -lpthread
    /usr/lib/gcc/i686-redhat-linux/4.4.6/libgcc_s.so: undefined reference to
    `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [/home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adjkey] Error 1
    Done with link of ad executable 'adjkey' on Wed Jan  8 19:19:35 PST 2014
    Relink of module "adjkey" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'admrgpch' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15627.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/admrgpch
    Starting  link of ad executable 'admrgpch' on Wed Jan  8 19:19:35 PST 2014
    gcc -s -L/home/oracle/ebs/apps/tech_st/10.1.2/lib/stubs
    -L/home/oracle/ebs/apps/tech_st/10.1.2/lib -ldl -o
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/admrgpch
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/admpch.o \
      /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/libad.a
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a -lsql10 -lclntsh 
    `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10
    -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm  -lpthread
    /usr/lib/gcc/i686-redhat-linux/4.4.6/libgcc_s.so: undefined reference to
    `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [/home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/admrgpch] Error 1
    Done with link of ad executable 'admrgpch' on Wed Jan  8 19:19:36 PST 2014
    Relink of module "admrgpch" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'adncnv' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15649.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adncnv
    Starting  link of ad executable 'adncnv' on Wed Jan  8 19:19:36 PST 2014
    gcc -s -L/home/oracle/ebs/apps/tech_st/10.1.2/lib/stubs
    -L/home/oracle/ebs/apps/tech_st/10.1.2/lib -ldl -o
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adncnv
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/adncnv.o \
      /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/libad.a
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a -lsql10 -lclntsh 
    `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10
    -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm  -lpthread
    /usr/lib/gcc/i686-redhat-linux/4.4.6/libgcc_s.so: undefined reference to
    `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [/home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adncnv] Error 1
    Done with link of ad executable 'adncnv' on Wed Jan  8 19:19:36 PST 2014
    Relink of module "adncnv" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'adodfcmp' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15671.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adodfcmp
    Starting  link of ad executable 'adodfcmp' on Wed Jan  8 19:19:37 PST 2014
    gcc -s -L/home/oracle/ebs/apps/tech_st/10.1.2/lib/stubs
    -L/home/oracle/ebs/apps/tech_st/10.1.2/lib -ldl -o
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adodfcmp
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/aicodf.o \
      /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/libad.a
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a -lsql10 -lclntsh 
    `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10
    -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm  -lpthread
    /usr/lib/gcc/i686-redhat-linux/4.4.6/libgcc_s.so: undefined reference to
    `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [/home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adodfcmp] Error 1
    Done with link of ad executable 'adodfcmp' on Wed Jan  8 19:19:37 PST 2014
    Relink of module "adodfcmp" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'adpatch_wrapper' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15693.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adpatch_wrapper
    Starting  link of ad executable 'adpatch_wrapper' on Wed Jan  8 19:19:37 PST
    2014
    gcc -s -L/home/oracle/ebs/apps/tech_st/10.1.2/lib/stubs
    -L/home/oracle/ebs/apps/tech_st/10.1.2/lib -ldl -o
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adpatch_wrapper.new \
            /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/adpatch_main.o
    -lsql10 -lclntsh  `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm  -lpthread
    /usr/lib/gcc/i686-redhat-linux/4.4.6/libgcc_s.so: undefined reference to
    `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [/home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adpatch_wrapper]
    Error 1
    Done with link of ad executable 'adpatch_wrapper' on Wed Jan  8 19:19:38 PST
    2014
    Relink of module "adpatch_wrapper" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'adpchnew' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15717.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adpchnew
    Starting  link of ad executable 'adpchnew' on Wed Jan  8 19:19:38 PST 2014
    gcc -s -L/home/oracle/ebs/apps/tech_st/10.1.2/lib/stubs
    -L/home/oracle/ebs/apps/tech_st/10.1.2/lib -ldl  -o
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adpchnew
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/adpmain.o
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/afldrbind.o
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/afldrdump.o 
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/afldrutl.o
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/afldrcfd.o  
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/afldrfs.o
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/afldrval.o  
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/afldrad.o
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/afldrdl.o   
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/afldrul.o \
      /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/lib/libad.a
    /home/oracle/ebs/apps/apps_st/appl/fnd/12.0.0/lib/libfnd.a -lsql10 -lclntsh 
    `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10
    -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10
    -lcore10 -lnls10 `cat /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`   
    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10
    -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10
    -lcommon10 -lgeneric10    -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10
    -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10
    -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat
    /home/oracle/ebs/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lm  -lpthread
    /usr/lib/gcc/i686-redhat-linux/4.4.6/libgcc_s.so: undefined reference to
    `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [/home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adpchnew] Error 1
    Done with link of ad executable 'adpchnew' on Wed Jan  8 19:19:38 PST 2014
    Relink of module "adpchnew" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure.  Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'adprmkey' in product ad ...
    make -f /home/oracle/ebs/apps/apps_st/appl/admin/VIS/out/link_ad_15740.mk
    /home/oracle/ebs/apps/apps_st/appl/ad/12.0.0/bin/adprmkey
    Starting  link of ad executable 'adprmkey' on Wed Jan  8 19:19:3

Maybe you are looking for

  • Storing XML attribute

    I'm trying to store an XML attribute into a variable but the value of the variable is always null. I'm using the SAX parser and displaying the attribute is no problem. Here is the content of my xml file: <config>   <param name="saTerminalId" value="6

  • Ampersands in hyperlink

    Hi there, In our architecture, we have developed a perl script to authenticate user before allowing a report to be generated. Thus, all hyperlinks in a report X that would produce another report Y must point to the perl script, passing the name of th

  • Solid State Hard Drive for HP Pavilion Elite m9040n

    I seriously considering replacing my "C" drive with a SSD.  I've upgraded to 8 G memory, replaced the video card to a Galaxy GT 610.  I'm still running MS Vista Home Premium.  i'm looking to upgrade to MS 8.1 and office 365.  I want a faster boot tim

  • Open image in PSE organizer with PS CS3?

    Is there a way to change the full edit option to open files in Photoshop CS3 instead of Elements editor?

  • Blog and Muse stickey footer

    I have built a blog that seems to be working great with the exception of long pages (i.e.) when you get to Archive section. I am using a template built in Muse and it has a sticky footer. I am using this template for several other pages on the site a