Instant Client problem with php 5.1.4 install

Hello,
I'm trying to get my php 5.1.4 compiled using the oracle 10.2.0.1 instant client.
I configure the php install with the following ..
./configure --with-apxs2=/usr/local/apache2/bin/apxs
prefix=/usr/local/apache2/php with-ldap
with-oci8=instantclient,/usr/lib/oracle/10.2.0.1/client/lib enable-sigchild
--with-config-file-path=/usr/local/apache2/conf
However during the make ( towards the end ) i get the following ....
/usr/lib/oracle/10.2.0.1/client/lib/libclntsh.so: undefined reference to `pthread_cond_signal@GLIBC_2.3.2'
/usr/lib/oracle/10.2.0.1/client/lib/libclntsh.so: undefined reference to `__ctype_b_loc@GLIBC_2.3'
/usr/lib/oracle/10.2.0.1/client/lib/libclntsh.so: undefined reference to `pthread_cond_broadcast@GLIBC_2.3.2'
/usr/lib/oracle/10.2.0.1/client/lib/libclntsh.so: undefined reference to `pthread_cond_destroy@GLIBC_2.3.2'
/usr/lib/oracle/10.2.0.1/client/lib/libclntsh.so: undefined reference to `pthread_cond_timedwait@GLIBC_2.3.2'
/usr/lib/oracle/10.2.0.1/client/lib/libclntsh.so: undefined reference to `pthread_cond_wait@GLIBC_2.3.2'
/usr/lib/oracle/10.2.0.1/client/lib/libclntsh.so: undefined reference to `pthread_cond_init@GLIBC_2.3.2'
/usr/lib/oracle/10.2.0.1/client/lib/libclntsh.so: undefined reference to `__ctype_toupper_loc@GLIBC_2.3'
/usr/lib/oracle/10.2.0.1/client/lib/libclntsh.so: undefined reference to `__ctype_tolower_loc@GLIBC_2.3'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
Any help would be appreciated
Thanks

I've got the same problem, running on redhat 7.3, using gcc 3.43, php 5.1.4, instant client 10.2, installed via unzipping the oracle instant clients and being run on apache 1.33. I didn't 'link to pthreads' as I'm not sure what you have to do in order to do this linking. I just run php's configure, make install and let it go and it dies.
Any help would be appreciated.

Similar Messages

  • Problem with Rescue and Recovery after installing Norton Internet Security 2010

    Hi all.
    It's my first time in this forum.
    I have a problem, with Rescue and Recovery, after installing Norton Internet Security 2010 on my T43.
    The message I get it:
    "Rescue and Recovery is unable to back up the file 'C:\Documents and settings\all Users\Application Data\ Norton\ 00000082\00000109\000003c1\cltMLS1.bat' Because the file is either corrupted or being used by another application. Please close any application that could be using the file.
    I tried to close the Norton but I couldn't find how.
    Tanks
    Doron71

    Hi and welcome to the forum,
    the reason for this situation is, that the antivir files are protected from being modified.
    This is the reason, why this file cannot be backed up. I assume, that you would get much more such messages, as there are surelly multiple files files, that are protected like this.
    So the solution is to block folders from being archived. Please start RnR application and in the configuration set this folder as the excluded one.
    This will skip the backup of this file and will fix your situation.
    Please let me know, if you have covered this.
    Cheers

  • I'm having problems with my internet connection after installing OS X Lion. Is this a known problem or just a local problem?

    I'm having problems with my internet connection after installing OS X Lion. Is this a known problem or just a local problem?
    After +/- 10 to 15min my connection is gone.
    Does anyone have a sollution?

    Lots of people are having the same problem, you're not the only one, belieeeeve me.
    Just Googling the problem gets you tons of people complaining about the same thing, SOMETHING is up with Lion what wasn't happening with Snow Leopard. i just bought a new Imac and it CAME with Lion, so i started experiencing this internet dropout immediately.
    It's been going on for the most of a year it looks like (at least by the dates from the threads i've been reading)
    So your best bet is to fiddle with the System Preferences and read what other people have used to make theirs work. i'm doing that myself right now.  I already posted  a similar thread last night trying to figure out why my connection kept on dropping, i got a reply which linked me to a site. i followed the instructions there, so far so good, but i'm just being cautiously optimistic.
    i'm gonna call Apple today and see if they've found anything, though seeing as this is a problem right out of the box there may not be an immediate solution. Good luck hunting for a solution :3
    Site:
    http://osxdaily.com/2011/11/06/lion-wi-fi-problems-solution-mac/?utm_source=feed burner&utm_medium=feed&utm_campaign=Feed%3A+osxdaily+%28OS+X+Daily%29&utm_conten t=FaceBook

  • Problem using Instant Client 10g with PHP4.3.10-16 on Debian Sarge

    Hello,
    My current email is [email protected]
    I am trying to use PHP on Debian box using Oracle 10gR2 on a RH 4 server. Everything works fine individually, but I cannot get PHP4 to use InstantClient to connect to the Oracle Server. This is what I've done:
    Oracle 10gR2 works fine on the RH 4 server. Listener is running and all required OS security is in place and works (TCP_wrappers, etc.).
    Client machine runs Debian 3.1 (Sarge). It works fine and SSH connectivity to RH4 server works.
    Instant Client 10gR2 installed on Debian client and works fine. Tested SQL*Plus connection to the RH server. I installed Instant Client from the zip file.
    I did have to add libclntsh.so to /etc/ld.so.conf and run ldconfig to get Debian to use it, though.
    Apache2.0.54-5 on Debian client works fine. Web pages on it can be opened in browsers from other machines.
    Installed PHP4.3.10-16 on Debian client using following:
    ./configure --with-oci8-instant-client=<dir of my choice>
    --enable-sigchild
    I first checked ./configure help and the option with-oci8-instant-client was there.
    Configure went well. Log showed checking for Instant Client files.
    Ran make. Saw numerous Instant Client message as words scrolled.
    Ran make install. Successful.
    Restarted Apache2 with following env variables:
    LD_LIBRARY_PATH=<my Instant Client directory)
    TNS_ADMIN=<same directory where I put my sqlnet.ora and tnsnames.ora files).
    SQLPATH=<same directory>
    I know this is correct because Instant Client SQL*Plus can connect.
    Browsers on other machines can view simple php scripts run from the Debian box.
    BUT, phpinfo does NOT show an OCI8 section.
    phpinfo does show the correct extension directory, though.
    Somehow, my PHP4 configure and make is not using the --with-oci8-instant-client option.
    I checked $PHP4HOME/ext/oci8/config.m4 file and the verbiage IS in there to use the --with-oci8-instant-client option, either with the default location or the extension_dir location.
    I tried using the new ZendCore product, even though it is not certified for Debian. It installed okay but I could not get PHP5 to work. I uninstalled it successfully and redid all of the above.
    So, any ideas as to what else I can do here? Other than not use Debian (which is probably the wisest thing to do). And I suppose I could install a thick Oracle client, assuming that Debian would take it. But I prefer the Instant Client.
    I tried the PHP ./configure syntax I've seen several places on this forum.
    ./configure --with-oci8=instantclient,<directory>
    This syntax may work on Red Hat machines but it throws a syntax error on Debian and aborts the configure.
    Thanks for any help.

    Thanks, but that did not work. Configure aborts because it cannot find the required OCI8 libraries. The --with-oci8 option is for the Oracle "thick" client.  I have only the Instant Client...and am not interested in loading the older client.
    I may have my own solution next week, though. I will be loading RH4 on a new server and will then install ZendCore and forget all about using Oracle with Debian.
    Update on trying ZendCore on Debian Sarge:
    I tried installing it again yesterday. The install seemed go to well, and said it was successful.
    It did NOT load PHP5, however. Nor did it load the Instant Client. My previously installed PHP4 and Instant Client remained in my original directories.

  • Sql*plus, instant client problems

    I want to connect a linux machine x86 to a server with oracle 9i. So first I wanted to install instant client and I did as is said in the page for basic, sql*plus and SDK packages, but it doesn't work. When I executed ./sqlplus user/pass@connectionchannel in the linux machine, it crashes, without error message.
    If I install the windows version and try the connection from a windows machine it works, so the oracle server is working, and there is no problem with the firewalls and so.
    I have tried to execute fftrace (to have a kind of log of what programs does)fftrace ./sqlplus user/pass@conn and i saw a lot of lines I paste bellow. I think the last one is read from socket, but I'm not sure and i don't know what to do. I don't know if I can connect without the instant client. I will be very thankfull for any idea you can give me, i don't know what to try.
    write(3, "[13-APR-2007 12:49:34:037] nspre"..., 36) = 36
    write(3, "reading from transport...\n", 26) = 26
    gettimeofday({1176461374, 37784}, NULL) = 0
    llseek(3, 0, [63276], SEEKCUR) = 0
    write(3, "[13-APR-2007 12:49:34:037] nttrd"..., 34) = 34
    write(3, "entry\n", 6) = 6
    read(5,

    I thank you your help, but even with the trc file I don't know what can cause the problem, I don't understand what does it mean. I will thank more help. This is the last lines of the trace file related to my problem:
    [24-APR-2007 09:18:37:759] nspsend: 00 2F 00 00 06 04 00 00 |./......|
    [24-APR-2007 09:18:37:759] nspsend: 00 00 01 06 05 04 03 02 |........|
    [24-APR-2007 09:18:37:759] nspsend: 01 00 4C 69 6E 75 78 69 |..Linuxi|
    [24-APR-2007 09:18:37:759] nspsend: 33 38 36 2F 4C 69 6E 75 |386/Linu|
    [24-APR-2007 09:18:37:759] nspsend: 78 2D 32 2E 30 2E 33 34 |x-2.0.34|
    [24-APR-2007 09:18:37:759] nspsend: 2D 38 2E 31 2E 30 00 |-8.1.0. |
    [24-APR-2007 09:18:37:759] nspsend: 47 bytes to transport
    [24-APR-2007 09:18:37:759] nspsend: normal exit
    [24-APR-2007 09:18:37:759] nsdofls: exit (0)
    [24-APR-2007 09:18:37:759] nsdo: nsctxrnk=0
    [24-APR-2007 09:18:37:759] nsdo: normal exit
    [24-APR-2007 09:18:37:759] nsdo: entry
    [24-APR-2007 09:18:37:759] nsdo: cid=0, opcode=85, bl=0, what=0, uflgs=0x0, cflgs=0x3
    [24-APR-2007 09:18:37:759] nsdo: rank=64, nsctxrnk=0
    [24-APR-2007 09:18:37:759] nsdo: nsctx: state=8, flg=0x100400d, mvd=0
    [24-APR-2007 09:18:37:759] nsdo: gtn=127, gtc=127, ptn=10, ptc=2011
    [24-APR-2007 09:18:37:759] nsdo: switching to application buffer
    [24-APR-2007 09:18:37:759] nsrdr: entry
    [24-APR-2007 09:18:37:759] nsrdr: recving a packet
    [24-APR-2007 09:18:37:760] nsprecv: entry
    [24-APR-2007 09:18:37:760] nsprecv: reading from transport...
    [24-APR-2007 09:18:37:760] nttrd: entry

  • Problem with php code. Please help!

    Hello!
    I'm using the following syntax to bring content into my
    websites' layout template:
    Code:
    <?php //check in the root folder first
    if(file_exists('./' . $pagename . '.php'))
    include './' . $pagename . '.php';
    //if it wasn't found in the root folder then check in the
    news folder
    elseif(file_exisits('./news/' . $filename . '.php'))
    include './news/' . $pagename . '.php';
    // if it couldn't be found display message
    else
    echo $pagename . '.php could not be found in either the root
    folder or the news folder!';
    } ?>
    What it's essentially saying is, if you can't find the .php
    file in the _root folder, look for it in the /news/ folder.
    It works perfectly if loading something from the _root folder
    but I get an error if I need to bring something from the /news/
    folder.
    Can anyone see any potential problems with my code?
    Thank you very much and I hope to hear from you.
    Take care,
    Mark

    I've never seen the code written like that before, but I'm
    assuming it's
    legal?
    Perhaps try:
    <?php
    $newsroot = $_SERVER['DOCUMENT_ROOT']."/news";
    if (!file_exists("$pagename.php")) {
    elseif (!file_exists("$newsroot/$pagename.php")) {
    else
    Or the other thing you can try is replacing the elseif
    statement with:
    elseif (!file_exists("news/$pagename.php"))
    If not - I'm sure Gary will be on here soon...
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    =============================================
    Proud GAWDS Member
    http://www.gawds.org/showmember.php?memberid=1495
    Delivering accessible websites to all ...
    =============================================
    "Spindrift" <[email protected]> wrote in
    message
    news:e5mled$272$[email protected]..
    > Hello!
    >
    > I'm using the following syntax to bring content into my
    websites' layout
    > template:
    >
    > Code:
    >
    > <?php //check in the root folder first
    > if(file_exists('./' . $pagename . '.php'))
    > {
    > include './' . $pagename . '.php';
    > }
    > //if it wasn't found in the root folder then check in
    the news folder
    > elseif(file_exisits('./news/' . $filename . '.php'))
    > {
    > include './news/' . $pagename . '.php';
    > }
    > // if it couldn't be found display message
    > else
    > {
    > echo $pagename . '.php could not be found in either the
    root folder or
    > the
    > news folder!';
    > } ?>
    >
    > What it's essentially saying is, if you can't find the
    .php file in the
    > _root
    > folder, look for it in the /news/ folder.
    >
    > It works perfectly if loading something from the _root
    folder but I get an
    > error if I need to bring something from the /news/
    folder.
    >
    > Can anyone see any potential problems with my code?
    >
    > Thank you very much and I hope to hear from you.
    >
    > Take care,
    >
    > Mark
    >

  • Problem with PHP, CSS & Code Navigator in CS4

    Hi,
    I've got al little problem with code navigator. To show the problem, I created this 3 files:
    test1.html
    The CSS-Definition is defined static, with simple HTML.
    <html>
    <head>
         <style type="text/css">
              @import "test.css";
         </style>
    </head>
    <body>
          <p>Hello World</p>
    </body>
    </html>
    test2.php
    The CSS-Definition is defined dynamic, with PHP-Code.
    <html>
    <head>
         <style type="text/css">
              <? echo "@import \"test.css\";\n"; ?>
         </style>
    </head>
    <body>
          <p>Hello World</p>
    </body>
    </html>   
    test.css
    The CSS-File which is imported in test1.html and test2.php
    p {
         font-size:20px;
    The Problem in Dreamweaver CS4
    When opening the test.html - File in Dreamweaver CS4, I can easily see the CSS-Definition of the <p>-Tag in Code Navigator. To edit these definition I can simple open the test.css by clicking on the definition in Code navigator. For a complex webpage this is a greate feature. Sadly, this does not work, when I open the test2.php. Although when going to Live View and selecting the <p>-Tag I can see the CSS-Definition and the file in which it is defined in Code Navigator. But by clicking on the definition the test.css DOES NOT OPEN!
    Has anybody a solution? Because many of our projects have dynamic CSS-Definitions, it would be a shame, if this would not work.
    Tanks for help! :-)

    I've done some testing, which might point you in the direction of an interim solution.
    This is the code for related_files.php:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Related files test</title>
    <?php include('include.css'); ?>
    </head>
    <body>
    <p>This is a paragraph.</p>
    </body>
    </html>
    This is the code for include.css:
    <style type="text/css">
    p {
         font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
         color:#F00;
    </style>
    Note that the include file contains the opening and closing style tags.
    By including your styles like this in a PHP include file, Dreamweaver applies the CSS in Design view (you don't need to turn on Live View). Holding down the Alt key while clicking in Design view brings up the Code Navigator with all the details of the CSS. The one missing link in the chain is that clicking the style selector in the Code Navigator does not open the CSS file. However...
    The file that contains the CSS is listed in the Related Files toolbar, so you can edit it in Split view, and see the results in Design view in exactly the same way as with an HTML page and ordinary style sheet.
    As I say, not the full solution that you wanted, but it might be something worth experimenting with.

  • Problems with php script in the contact form

    Hello, I am from the Czech Republic and I am not a coder. I have 2 problems with my php sript. I am using a simple php script from Paul Trani, see below.
    Firstly the email adress - when someone inserts an email adress in this form [email protected] it is OK, but when someone writes an address for example [email protected] (this type of adress is very common in our country) the answer is "That is not a valid email address.  Please return to the previous page and try again." I think the problem is the dot before the @.
    Secondly diacritical marks - Since I am from the Czech Republic we use diacritical marks (for example š,č,ř,ž,á,í,é,ě) so instead of this letters a get ? or Å&#153; or Å¡ to my email.
    I really do not know how to fix these problems.
    Thank you for any help. Sorry for my English. Peter
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <META HTTP-EQUIV="refresh" content="0;URL=thankyou.html">
    <title>Email Form</title>
    </head>
    <body>
    <?php
      $name=addslashes($_POST['name']);
      $email=addslashes($_POST['email']);
      $comments=addslashes($_POST['message']);
    // you can specify which email you want your contact form to be emailed to here
      $toemail = "[email protected]";
      $subject = "From EcoStyleStudio.com";
      $headers = "MIME-Version: 1.0\n"
                ."From: \"".$name."\" <".$email.">\n"
                ."Content-type: text/html; charset=iso-8859-1\n";
      $body = "Name: ".$name."<br>\n"
                ."Email: ".$email."<br>\n"
                ."Comments:<br>\n"
                .$comments;
      if (!ereg("^[a-zA-Z0-9_]+@[a-zA-Z0-9\-]+\.[a-zA-Z0-9\-\.]+$", $email))
        echo "That is not a valid email address.  Please return to the"
               ." previous page and try again.";
        exit;
        mail($toemail, $subject, $body, $headers);
        echo "Thanks for submitting your comments";
    ?>
    </body>
    </html>

    ereg() has been deprecated, it is recommended that you dont use it.
    You want to look at this
    http://www.php.net/manual/en/function.preg-match.php
    Within this page I found this:
    If you need to check for .com.br and .com.au and .uk and all the other crazy domain endings i found the following expression works well if you want to validate an email address. Its quite generous in what it will allow
    <?php
            $email_address = "phil.taylor@a_domain.tv";
         if (preg_match("/^[^@]*@[^@]*\.[^@]*$/", $email_address)) {
             return "E-mail address";        
    ?>

  • Insert problems with Php Data Services

    Hi All,
    I am using Flex Data wizards to create a simple CRUD application and i am having problems adding data. It works the first time i start my application but subsequent calls to the insert fail.
    I am using FB2 Beta with MAMP. The php classes are being generated using the data wizard. i have tried commenting out mysqli_close but still it doesn't work.
    public function createDive_events($item) {
    $stmt = mysqli_prepare($this->connection, "INSERT INTO $this->tablename ( divedate, divesite, divecost, description, totalDays) VALUES ( ?, ?, ?, ?, ?)");
    $this->throwExceptionOnError();
    mysqli_bind_param($stmt, 'ssdsi', $item->divedate, $item->divesite, $item->divecost, $item->description, $item->totalDays);
    $this->throwExceptionOnError();
    mysqli_stmt_execute($stmt);
    $this->throwExceptionOnError();
    $autoid = mysqli_stmt_insert_id($stmt);
    mysqli_stmt_free_result($stmt);
    //mysqli_close($this->connection);
    return $autoid;
    Any ideas, what i am doing wrong. I have tried using the update and it works only once as well, it seems that the connection to the function is lost after the first call.
    thank you,
    Nayan

    Ok, this is what I got.
    create a mysql table (`people`) with columns id (auto increment), first_name, last_name, age
    in the data/service panel connect to a php service, generate a php service from the database and the people table
    generate a form from the createPeople service call
    observe that in source view we have something like this: <fx:Script>
      <![CDATA[
           protected function button_clickHandler(event:MouseEvent):void {
              createPeopleResult.token = peopleService.createPeople(people);
      ]]>
    </fx:Script>
    <fx:Declarations>
      <valueObjects:People id="people"
                           people_id="{parseInt(people_idTextInput.text)}"
                           age="{parseInt(ageTextInput.text)}"/>
      <peopleservice:PeopleService id="peopleService"/>
      <s:CallResponder id="createPeopleResult"/>
    </fx:Declarations>
    If you now try to execute the code, you will find that you can only insert one person, where each successive addition silently fails.
    There is nothing really wrong with the php code (well actually since it's auto incrementing on id you should pull all id reference out of the insert statements...) rather there is a problem with the flex people object.
    If you make the following changes the code will work
    protected function button_clickHandler(event:MouseEvent):void {
      var myPerson:People = new People();
      myPerson.first_name = people.first_name;
      myPerson.last_name = people.last_name;
      myPerson.age = people.age;
      createPeopleResult.token = peopleService.createPeople(myPerson);
    - e

  • A difficult problem with php code and sql code

    it's good place to visit(Paged Result Sets with PHP and Oracle)
    http://www.oracle.com/technology/pub/articles/oracle_php_cookbook/fuecks_paged.html
    maybe below part php code could not be used in above address's php code.
    if((isset($l_company) and $l_company != $rows['COMPANY']) or empty($stmt) and empty($total_pages) ) {
    echo "<tr bgcolor='#CCFFCC'>";
    echo "<td colspan= 3 align='center'>".$l_company."</td>";
    echo "<td >".$totalcomany." </td>";
    $totalcomany = 0;
    echo "<td > </td>";
    echo "</tr>";
    $l_company = $rows['COMPANY'];
    because the same company in one page could calculate sum while if
    the same company in two pages could not do that.
    and what do you think of ?
    thanks !

    Hi,
    this is because your sql-statement selects only the rows, you need to build this one page.
    Neither php nor the given result from your query knows about data wich will be part of the result of another page.
    Greetings from Hamburg
    Thorsten Körner

  • Region.addObserver Problem with PHP Files

    Hi,
    I try to load a Dynamic XML via PHP Files.
    everything works fine. but when i use a Region.addObserver
    the callback function dont trigger.
    It only happen with php Files.
    My code is
    quote:
    <script language="JavaScript" type="text/javascript"
    src="{{server}}/includes/xpath.js"></script>
    <script language="JavaScript" type="text/javascript"
    src="{{server}}/includes/SpryData.js"></script>
    <script language="JavaScript" type="text/javascript">
    var lastSharing = new
    Spry.Data.XMLDataSet("{{server}}/lastSharing.xml", "lastSharing");
    var categories = new
    Spry.Data.XMLDataSet("{{server}}/getCategories.php?user={{user}}",
    "categories/category");
    var tags = new
    Spry.Data.XMLDataSet("{{server}}/getTags.php?user={{user}}",
    "tags/tag");
    var posts = new
    Spry.Data.XMLDataSet("{{server}}/getLastUserPosts.php?user={{user}}",
    "data/fav");
    function onComplete(notificationType, notifier, data)
    if (notificationType == "onPostUpdate")
    div = document.getElementById(data['regionID'])
    div.style.visibility = "visible";
    Spry.Data.Region.addObserver("usertags", onComplete);
    Spry.Data.Region.addObserver("links", onComplete);
    Spry.Data.Region.addObserver("links2", onComplete);
    Spry.Data.Region.addObserver("posts", onComplete);
    </script>
    {{server}} and {{user}) obvious are fake. here the callback
    function is trigger when the file
    var lastSharing = new
    Spry.Data.XMLDataSet("{{server}}/lastSharing.xml", "lastSharing");
    is loaded but nothing happens with the other, the 4 DIVS
    exist.
    in the php file i use something like that:
    quote:
    private function doXml($data)
    header('Content-Type: text/xml');
    echo "<categories>\n";
    foreach($data as $catego)
    echo
    "<category><![CDATA[".$catego['nombre']."]]></category>\n";
    echo "</categories>\n";
    Any idea??
    thanks.

    That is really strange that it works when things are flat XML
    files and not in the case where it's PHP, the code paths are the
    same, and the Spry code is unaware of the source of the XML.
    Perhaps you can enable region debugging and see what's going
    on. Add this above all your data sets:
    Spry.Data.Region.debug = true;
    Do you see any messages like:
    "Generated region markup for usertags ..."
    "Generated region markup for links ..."
    If not, then something is choking Spry before the
    notification is fired.
    --== Kin ==--

  • Exchange 2013, Outlook 2007 clients Problems with Outlook Anywhere connection

    Hi everyone,
    I have a mail system Exchange 2013 SP1, on Windows Server 2012 R2.
    I have only one mail server with the Client Access and Mailbox roles Server. 
    I have a Wildcard certificate type *. Mydomain.com. 
    All connections to the Outlook Anywhere Outlook 2010, Outook 2013 work correctly. 
    The ActiveSync connections are working properly, too. 
    But Outlook 2007 clients connecting with Outlook Anywhere asking for credentials continuously fail continuously. 
    How can I solve this? 
    thank you very much
    Microsoft Certified IT Professional Server Administrator

    Hi,
    Based on my experience, we need to set Outlook provider with the domain name if it's wildcard certificate:
    Set-OutlookProvider -Identity EXPR -CertPrincipalName msstd:*.domain.com
    http://technet.microsoft.com/en-us/library/cc535023(EXCHG.80).aspx
    Thus, I recommend you try the above configuration and test the Outlook connection again.
    Thanks,
    Angela Shi
    TechNet Community Support

  • 10.6.8 Upgrade Problems with Google Display Error post install

    Hi -- I just upgraded my IMac to 10.6.8 in anctipation of migrating to Mountain Lion later this week.   While the installation went very smoothly, it seems I am having a problem with the Google display.    When I open Google, the search box has no lines around it and when I enter the box, it jumps to the Google search in the menu bar, and I can't read what I'm typing.
    I've tried a multitude of other sites where there are search boxes, log in boxes, etc, but I am only having problems with Google.   Any thoughts?
    Model:                         IMac 9,1
    Processor Speed:         3.06 GHz
    # Processors:               1
    Total # of Cores:           2
    L2 Cache:                    6 MB
    Memory:                         4 GB
    Bus Speed:                    1.07 GHz
    Thanks
    Bill

    boy these forums really help you out.  having similar issue and no one seems to have a clue why 10.6.8 screws everything up.  I did notice the active directory plugin version changed from 6.5 to 6.5.1.  They did something.

  • Problems with migration on a new install

    I turned on my new 27" iMac, and when it asked if I wanted to import info, I was not ready because I did not have the right cable to connect my Time Machine External B/U, so I passed, and created a Bootcamp partition.
    I installed Windows XP just fine, and then installed Parallels on the main admin account, and made sure it worked. then tried to import my prior user account by connecting both computers with an ethernet cable, and turned on file sharing. I had problems with lots of spinning beach ball of death on the old mac, so I figured moving to the new machine would get rid of it.
    So I used Migration assistant to import from my current computer connected with Cat 5 cable, and it got 99% of the way through, then hung, like it could not gather the final info from the old computer to finish the migration, so I forced quit Migration on both computers, since there is no other way to exit w/o a successful install.
    The account was there, though when I log in as that user, I see lots of folders I don't have permission to access like my documents and downloads.
    So I go back to the old computer, and do an updated time machine back-up, then connect that external HD to the new iMac and do a 2nd import to a fresh user. All goes well, and I am able to log in, however, my new install of Parallels does not show up on the desktop, rather my old Parallels shows up with its different name. And I am getting spinning beach balls for 10-20 seconds in Safari, which I don't like, as something from the old computer must be corrupt to be doing this like a preference file or ?.
    I have had a Mac since the early 1990's, and always only had one account that I used to run the computer, never creating a "User" account to run day to day, and I am not fully understanding the relationships between admin & user.
    So my questions are;
    1. what is the best way to take my documents, movies, photos, music and such from the 2nd migration, and transfer to a freshly created user account that would have no corrupted preferences causing the spinning problems. Do I put them in the shared folder, then access them from the new account, and transfer them that way, or does the admin do it?
    2. What do I do about the applications that were imported, can the main admin move them and possibly the above documents to the main applications folder?
    3. What about fonts and such, should they be put in the main library, or a user library?
    4. Where can I find info on the allowable actions & limits of admin and users? what they can & can't do.
    5. On my admin desktop, I can see my HD, Bootcamp partition, and Parallels shortcut. It is not visible on my test account, or another user account I created for #1 above. How can I give that user access?
    6. How can I access the new Parallels install that shows up on the admin hd, instead of the old imported one in my user account?
    7. How can I access the 2 external HD's that show up in admin and not users?
    8. Can I safely delete the user that was created from my first unsuccessful migration that I had to force quit and has permission issues?
    Thanks for your help, really appreciate getting up to speed on users...

    No offense, though none of your replies are of any help. I am not migrating from a PPC to Intel, I don't need to reinstall, I am not a new user migrating for the first time, and I am not having any font problems.
    Let me try again.
    If I have a problem with an imported user account like it hangs doing certain things, how do I move all the data to a new user on the same PC, just drag all the documents, library, and similar folders to the shared folder, or the user folder?
    Users/Shared
    Users/User
    Any help is greatly appreciated.

  • Problem with Windows Media Player since installing Firefox 4.0

    Problems with Window Media Player. When I am using Windows Media Player to view a video from another source I am having problems. When I hit pause and then go back to hit play it does not have any sound. The player is not on mute and it keeps going from pause to play with no sound most times. Please help. Thank-you. I have Windows Vista programs.

    What can I do to get the Windows Media Player to work properly?

Maybe you are looking for

  • Vga monitor fault

    Hello everyone! I have a problem with when switch users from one to another on windows xp I get a vga monitor driver fault. I've updated my vga drivers and direct x but I still have the same problem.

  • Using .mac with pages created by other apps

    Is there a way to publish pages created by other applications to .Mac? This may seem like a silly thing, but every year I run an NCAA basketball pool (all legal, of course). I have run this on my web site with my own domain, but would like to make th

  • Adding one more field in extract structure maintenance

    Hi Gurus, I have already extarcted data to BW using 2LIs_13_Vditm datasource and the deltas are also loaded. Initially when the extract structure(in LBWE) was maintained in LBWE, the field KTGRM-Acct.Assgnmt group was not selected from the POOL.Now t

  • Error console eating bottom half of my browser window & can't turn it off :(

    I can't see-this error started with firefox for mac v33 but I could drag the error console down to the size of a small status bar at the bottom of the browser window-now when I drag it down, it drags the rest of the window with it so all I can see is

  • Encapsulation dot1q command missing from C2600 Router

    According to what I've read the encapsualtion dot1q command was implemented in version 12.0 I have 12.2 but when I create a sub interface the encapsualtion command is not availabloe What am i missing !!! Here is the show version info from my router C