DNS weirdness with cname lookups

Good morning,
Set up:  I have  MacMini Server running 10.6 and three Mac clients (two with Snow Leopard and one with Lion).  All software updates are applied.  Two of the clients are connected with ethernet cable and one is connected over the Airport.  I use the server to provide DHCP for clients but one client uses a manual ip address.  I'm also running DNS with one primary zone for the server (basically).   Forwarder ip addresses are set to 8.8.8.8/8.8.4.4 and recursive queries are accepted from "localnets".  This set up has been in place working for many months.  
Problem:  Yesterday morning, my wife, using her computer (one of the 10.6 clients), complained that her mail was not coming in.  We use Apple Mail to connect to Gmail using imap.  Mine continued to work fine even though the set up is basically the same but I use the Lion client.  There were not any problems browsing and she could get the mail through the Gmail web site, just not imap. 
Actions:  Through troubleshooting I determined the problem to be associated with DNS lookups of cname records.  Lookup of gmail-imap.l.google.com works fine, lookup of imap.gmail.com fails.
Tims-Mac-mini:Programming tim$ dig imap.gmail.com
; <<>> DiG 9.7.3-P3 <<>> imap.gmail.com
;; global options: +cmd
;; connection timed out; no servers could be reached
=====================
Tims-Mac-mini:Programming tim$ dig gmail-imap.l.google.com
; <<>> DiG 9.7.3-P3 <<>> gmail-imap.l.google.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6239
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 4, ADDITIONAL: 0
;; QUESTION SECTION:
;gmail-imap.l.google.com.          IN          A
;; ANSWER SECTION:
gmail-imap.l.google.com. 231          IN          A          173.194.77.108
gmail-imap.l.google.com. 231          IN          A          173.194.77.109
;; AUTHORITY SECTION:
google.com.                    98135          IN          NS          ns1.google.com.
google.com.                    98135          IN          NS          ns4.google.com.
google.com.                    98135          IN          NS          ns3.google.com.
google.com.                    98135          IN          NS          ns2.google.com.
;; Query time: 422 msec
;; SERVER: <local_DNS_server_ip>#53(<local_DNS_server_ip>)
;; WHEN: Sat Apr 28 07:14:17 2012
;; MSG SIZE  rcvd: 145
Initally, this behavior was only on the 10.6 clients but is now also present on the Lion client. 
I have used dscacheutil to flush the cache on clients and the server multiple times but it doesn't seem to help.
Yesterday afternoon, I threw up my hands and rebooted the server.  It worked (I thought) so I decided it was a mystery I would not understand. 
But, the problem returned last night.  A lookup of imap.gmail.com works from the server but not from any of the clients.
Does anyone know what is going on?  What can I test next?
Thank you in advance.
Tim

It can be the DNS servers your pointing to, normally, I like to go against the SOA for the server to get the correct records..  Take a look here at the DNS for Imap.gmail.com  , as you can see it goes after ns1.google.com as the authority server. It returns two A records, gmail-imap.l.google.com , keep in mind if there are no MX records present then the "A" records are used.
Of course you can do all these commands with DIG and get the SOA record and then go against that name server, but your right it is a little wierd that something is messed up. It might be a routing issue outside of your control.
When I go against 8.8.8.8 I get the same response that I get at the site linked in above.
; <<>> DiG 9.3.2 <<>> @8.8.8.8 imap.gmail.com A
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4861
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;imap.gmail.com.               IN     A
;; ANSWER SECTION:
imap.gmail.com.          300     IN     CNAME     gmail-imap.l.google.com.
gmail-imap.l.google.com. 300     IN     A     173.194.70.109
gmail-imap.l.google.com. 300     IN     A     173.194.70.108
;; Query time: 18 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Sun Apr 29 23:55:16 2012
;; MSG SIZE  rcvd: 98

Similar Messages

  • Leopard, DNS trouble with CNAMES

    Hello,
    Hopefully someone in the forums will be able to help me out with this. Apple's phone support for this problem was extremely frustrating and left me extremely disappointed with the company and the purchase of my first Mac. The "2nd teir" support technician couldn't even adequately describe to me what DNS does and refused to transfer me to a more qualified technician.
    I've found that Leopard does not seem to handle DNS CNAME -> IP address lookups. An example is listed below. This is not limited to SSH. I have problems with HTTP connections as well. It's just easier to post the text. Has anyone else encountered this and come up with a solution?
    cncuxmbp01:~ kcurrie$ nslookup splunk.tare.local
    Server: 161.179.68.76
    Address: 161.179.68.76#53
    splunk.tare.local canonical name = cncux1z06.us.aegon.com.
    Name: cncux1z06.us.aegon.com
    Address: 161.179.77.141
    cncuxmbp01:~ kcurrie$ ssh splunk.tare.local
    ssh: Error resolving hostname splunk.tare.local: nodename nor servname provided, or not known

    The problem is that dot-local names are looked up using Multicast DNS on Mac OS X. Trying adding "local" to your list of search domains in the Network pref pane. That will work around the problem.

  • TFS and Build Server 2013 with CNAME

    Hello Team
    As we have TFS 2013 with Update 3 on windows server 2012 and another windows server 2012 machine have build server installed. It is working well with machine name and build is running properly.
    Once i tried to change the machine with CNAME its not started and throwing error like below:
    Team Foundation Build Configuration
    Build Service endpoint cannot be configured with a host machine other than
    MACHINENAME.
    OK   
    I tried to disable loop-back, firewall rule already applied, DNS pointed to correct IP address, DNS Flush already done and also i tried to un-register and register to new one but getting same error. Unable to register with CNAME ? 
    BotheTFS 2013 and Build Server have version
    TFS Build- 12.0.30723.0 (Tfs2013.Update3)
    TFS Server- 12.0.30723.0 (Tfs2013.Update3)
    Any help ... thanks in advance!!!
    Thanks Ranveer Katiyar

    Can someone assist me on this ? I am stuck and unable to configure CNAME to Build Server  and getting error
    Team Foundation Build Configuration
    Build Service endpoint cannot be configured with a host machine other than MACHINENAME.
    OK   
    Thanks Ranveer Katiyar

  • DNS issues with replaced domain controllers

    I have slight issue I hope some one can help with.
    We recently replaced some domain controllers in our 2 core sites the process we followed is as below:-
    moved FSMO roles to different already working servers
    demoted the old domain controllers and decommissioned.
    built virtual machine replacements with the same names.
    depromo'd the servers
    ran all the tests and it reported everything was fine.
    moved the fsmo roles to the new servers.
    repeated this for the remaining servers.
    this was our 2003 domain to free up physical space but our new 2013 domain what will exist separately until all our applications our tested.
    however the problem we now have is that non domain controllers have issues registering against the new servers despite being able to do look-ups against them all (replication testing looks fine). one of our regional DC's seems to have taken over as the primary
    replica. as changes made else where disappeared but changes made there got replicated out perfectly.
    I have managed to resolve this particular issue by added the domain controllers back into several locations in DNS manually (maining forward lookup zones>my domain>_tcp )but we still experience the odd issue with servers not registering in DNS properly
    (although it's a lot better since the I did the above)
    so basically does any one have a idea on what could have caused this issue and how I can resolve?

    should the demotion not automatically remove it from sites and services automatically (it could well be this if not) the question then becomes how do we resolve the issues we have now.
    Hello,
    NO, as you can demote a DC and it still may run site-aware services like DFS and for this reason a DC is NOT automatically removed from AD sites and services during demotionprocess.
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://blogs.msmvps.com/MWeber
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Twitter:  

  • Services servers with CNAME and kerberos

    Hello.
    My problem:
    I have an OD master xserver1.mydomain.com and an other server xserver3.mydomain.com.
    My DNS is OK direct and reverse, authentication works fine.
    My problem is that I want use CNAME for my services offered by xserver3.mydomain.com. (imap, pop, smtp and others).
    So I have some CNAME entries in my DNS as imap.mydomain.com, pop.mydomain.com, smtp.mydomain.com which all point to  xserver3.mydomain.com therefore:
    host imap.mydomain.com gives 10.1.0.10 and host 10.1.0.10 gives xserver3.mydomain.com (all is regular).
    When I connect my mail client, if I set the "incoming mail server" to xserver3.mydomain.com, kerberos authentication is OK (TGT and SGT are brought) and mail works fine.
    If I connect my mail client with "incoming mail server" set to imap.mydomain.com (the CNAME), kerberos authentication is not  OK (TGT is brought but not SGT) and mail does not work.
    If I connect my mail client with "incoming mail server" set to imap (CNAME without domain name), kerberos authentication is nearly  OK (TGT and SGT are brought)) but mail is very slow and some mail folder sync does not seem to work!
    I have tried to remove imap service principals on my mail server imap/[email protected] and create new imap service principals with CNAME as : imap/[email protected] but it doesn't work.
    Any idea to do?

    Thanks for reply.
    Ok for RFCs but my mail server work very fine for long years with client set with server CNAME. Even certificates are OK if the common name is this one given as CNAME.
    Th only problem I have kerberos as explained.
    I search for the way to have friendly services name for my mail clients and in the same time keep all functionalities (SSL and kerberos).
    Maybe with multiples ip for the same network interface on my mail server and an A entry for each?

  • Dns issues with one domain (Resolved)

    i'm currently having dns issues with one domain, in that it won't resolve when I use bt's dns servers.
    The domain is owned by a friend in the US who runs his own server for irc, web, and I also have a server that is on his connection, and resolves fine from other machines on different networks, and also resolves fine when I set windows to use the opendns servers, but when it's set to either my routers ip (using bt's dns), or set to automatic (using bt's dns via the homehub), this one domain will not resolve.
    I'm pretty certain it's not a windows issue, as it's a clean install of windows 7 that I did yesterday. I've tried rebooting the homehub, and also flushing my dns on windows, but this has not solved the issue.
    As I say, it resolves fine on other networks, and also when I use the opendns servers, so I know it's definately a dns issue.
    Using bt's dns servers:
    C:\Users\admin>ping chatnsn.com
    Ping request could not find host chatnsn.com. Please check the name and try agai
    n.
    Using opendns:
    C:\Users\admin>ping chatnsn.com
    Pinging chatnsn.com [68.51.24.74] with 32 bytes of data:
    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.
    Ping statistics for 68.51.24.74:
        Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
    (The timeouts are normal...he has his router set to not respond to ping requests).
    Has anyone got any ideas on how to sort this out? Preferably without having to phone the helpdesk...lets just say i've done it in the past, and according to the poeple I spoke to in india, I knew nothing about my own systems, and it was a problem at my end...which was not the case, and I proved this several times.
    Edit: This issue appears to have resolved itself, and the domain is now resolving again using the homehub for dns resolution.

    Hi,
    When NSLOOKUP starts, before anything else, it checks the computer's network configuration to determine the IP address of the DNS server that the computer uses.
    Then it does a reverse DNS lookup on that IP address to determine the name of the DNS server.
    If reverse DNS for that IP address is not setup correctly, then NSLOOKUP cannot determine the name associated with the IP address.
    http://support.simpledns.com/kb/a90/nslookup-cant-find-server-name___-default-server-unknown.aspx
    Also refer to:
    How to fix NSLOOKUP Default Server: UnKnown?
    http://www.randika.info/2013/01/how-to-fix-nslookup-default-server.html
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • I am having a DNS problem with my computer. My laptop connects to the internet and my skype works normally but when i try to surf the web it says "DNS Look up failed".

    MY PROBLEM
    I am having a DNS problem with my laptop. It connects normally to th e wifi internet but when i try to surf the net it says "DNS Look up failed"
    This problem only occurs when with the internet at my house. whenever i connect elsewhere my computer works normally. My ipod, iphone, tablet and other friends computers work normally when they are connected to my internet. i use dmy neigbours nework a couple of times from my house and it wrks normally.
    Also when i turn my laptop on or off i can browse for a few minutes or seconds before it fails again. My skype works like there is no problem
    WHAT I HAVE TRIED TO RESOLVE IT
    I have tried changing the DNS, i used open DNS and google free DNS and it still didnt make a difference.
    I have rebooted router many times, nothing
    I have changed my home router, nothing
    I backed up my computer, resored everything it to factory setting and put everything back on; still nothing
    Run a diagnostics at 'Best buy' and they say nothing is wrong; but i know there is something wrong with the DNS
    I have tried different "sudo" type of codes on my comupter from stuff i got online and nothign has proved fruitful yet.
    i tried using safari, Google chrome and firefox, all not loading
    WHAT DO I DO TO FIX THIS?

    You are correct.  Syncing should transfer any purchased media, including videos, from your device to your iTunes library provided your computer is authorized for the Apple ID used to make these purchases.  You mentioned that you have uninstalled iTunes before, but if you didn't follow this guide exactly, uninstalling iTunes and all of its components in the order specified, it may not have been successful so you should try again:  Windows XP or Windows Vista/7.

  • Error with a *LOOKUP in a script logic in 7.5 MS

    Hello,
    We have migrated to 7.5 MS from 5.1 version of BPC. Now we are working with SQL 2008 in the 7.5 MS SP05, but we have a script that doesn´t work now.
    The script is:
    /Reparto de la MW_INP a MW_AUX, PRIMA_INP a PRIMA_AUX, CAPEX_INP a CAPEX_AUX, FACTOR_INP a FACTOR_AUX y SUBVPOR_INP a SUBVPOR_AUX del año de proyección genérico al año proyección=año PEM
    //*SELECT(%YEAR%,[YEAR],PEM,"APLICA='Y'")
    *XDIM_MEMBERSET ACCOUNTL = MW_INP,MW_AUX,PRIMA_INP,PRIMA_AUX,CAPEX_INP,CAPEX_AUX,FACTOR_INP,FACTOR_AUX,SUBVPOR_INP,SUBVPOR_AUX
    *XDIM_MEMBERSET CATEGORY = %CATEGORY_SET%
    *XDIM_MEMBERSET CURRENCY=LC
    *XDIM_MEMBERSET TECHNOLOGY = DESCENDANTS(.[RENOVABLES],99,LEAVES)
    *XDIM_MEMBERSET PEM = DESCENDANTS(.[PEMTOT],99,LEAVES)
    *XDIM_MEMBERSET TIME =
    *LOOKUP ABAKON
    *DIM YEAR_INICIO:ACCOUNTL="INICIO_INP"
    *DIM YEAR_INICIO:TIME="TIME.INP"
    *ENDLOOKUP
    *WHEN TIME
    *IS "TIME.INP"
         *WHEN ACCOUNTL
         *IS MW_INP
               *REC(ACCOUNTL="MW_AUX",TIME=LOOKUP(YEAR_INICIO) + .TOT,NOADD)
         *IS PRIMA_INP
               *REC(ACCOUNTL="PRIMA_AUX",TIME=LOOKUP(YEAR_INICIO) + .TOT,NOADD)
         *IS CAPEX_INP
               *REC(ACCOUNTL="CAPEX_AUX",TIME=LOOKUP(YEAR_INICIO) + .TOT,NOADD)
         *IS FACTOR_INP
               *REC(ACCOUNTL="FACTOR_AUX",TIME=LOOKUP(YEAR_INICIO) + .TOT,NOADD)
         *IS SUBVPOR_INP
               *REC(ACCOUNTL="SUBVPOR_AUX",TIME=LOOKUP(YEAR_INICIO) + .TOT,NOADD)
         *ENDWHEN
    *ENDWHEN
    *COMMIT
    The problem is that in 5.1 MS it concatenated ok and
    in 7.5 MS not (it does not understant the concatenate and does not
    record anything in Time dimension)
    With the REC we want to record the amount of MW_INP (accountl), 2008O
    (pem), and TIME.INP (time) on MW_AUX, 2008O and 2008.TOT.
    After doing some tests, we think the problem is that in 7.5 MS the LOOKUP is not reteiving
    anything.  (We have test without "+ .TOT", only with the lookup) But we do not see any error in the code.
    Could anybody help with this issue?
    Many thanks in advance.

    This was a bug and fixed it in 7.5 SP6.
    I just want to post it for others.
    Regards,
    James Lim

  • Issue with site template that contains a document library with a lookup column to another list

    I have a document library called Proposals with a lookup column in the same site called Document Categories (multiple values allowed).  It points to a list called document categories.  I have several sample documents in the Proposal Library that
    contain valid document categories.  When I save the site as a template and instantiate it, everything is fine.  However, when I remove the sample documents from the Proposal library and rebuild the site template, I can't get the  template to
    create another site.  I get an error Unable To Open Lookup List.
    I don't understand why I can instantiate a site from the template when there's sample data, but not when the document library containing the lookup column is empty.
    Does SharePoint 2010 site template support lookup columns?
    Why would it make a difference if the library is empty?
    Thanks

    Hi,
    According to your description, my understanding is that the error occurred when you created a site from the template with no files in the document library.
    I tested the same scenario per your post, and I can create a site from the template with no files in the document library with no errors.
    To solve this issue, I recommend to verify the things below:
    Did you save the site as a template with Include Content checked? If yes, I recommend to test if it works when saving the site as a template with Include Content unchecked.
    Test the same scenario with a new site to narrow the issue scope.
    I also recommend to check the event log and ULS log to see if anything unexpected occurred.
    To check event log, click the Start button and type “Event Viewer” in the Search box.
    For SharePoint 2010, by default, ULS log is at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS.
    You can check the ULS log by the methods here:
    http://blogs.msdn.com/b/opal/archive/2009/12/22/uls-viewer-for-sharepoint-2010-troubleshooting.aspx
    http://msdn.microsoft.com/en-us/library/gg193966(v=office.14).aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • What can you do with Color Lookup Tables (CLUT) and other ranges.?

    Ok.... I might be repeating something.... but someone
    suggested to post this as it hasn't be answered....
    Anyway I'm curious on what you can do with Color Lookup
    Tables (CLUT) in Fireworks.... I've been looking for details on
    CLUT, but have only found information on what it's all about....
    Alright, to the point, I'm kind of having some trouble on
    what to do period with them....in the optimize panel in Fireworks I
    saved the Palette, of all the colors I wanted (or so it seemed,
    idk), and made it so it would be for a PNG 32 file... *is this
    suppose to be an .act file too?*.... I then took the image to have
    the colors replaced to the ones I saved in the custom color
    table... so I tried loading the .act file I had saved, that had the
    colors I made for the other image, but nothing happened... so I
    tried doing other various types of files..... I tried doing it as a
    .gif, and it work.... but the thing is I don't want it to be a
    gif... and yes, it is kind of vague, but I really don't know what
    to really do....
    Is there only certain ways that you can load up CLUT files
    into different pictures...?? I want this picture to be a .png file
    too, so is there any way to save the color palette, and load them
    into these type of files..?? or it can't be done with them..??
    overal, I want this image to be .png files... is there any
    tutorial or info on this..?? it would be quite helpful...

    AarokBomB wrote:
    > Is there only certain ways that you can load up CLUT
    files into different
    > pictures...??
    Choose File > Image Preview > Options tab. Set the
    format type to PNG 8,
    GIF, TIFF 8, or BMP 8. Click on the small button to the right
    of the
    Format drop down menu to open the tab options menu. Choose
    Load Palette
    and browse to the .act palette you you have saved. Clock on
    OK to accept
    the changes and close the dialog box. The imported color
    table will be
    applied to the image.
    Linda Rathgeber [PVII] **Adobe Community Expert-Fireworks**
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    Design Aid Kits:
    http://www.webdevbiz.com/pwf/index.cfm

  • DNS forwarder with 2 real DNS servers, querying them simultaneously

    DNS forwarder with >2 real DNS servers, querying them simultaneously and ignoring "server can't find" errors
    Hi. When I connect to VPN, my normal DNS isnt queried, and DNS given by VPN answers: "server can't find"
    An extract from 'man resolv.conf'
    If there are multiple servers, the resolver library queries them in the  order  listed.
    I need another logic. All servers should be queried at the same time, and the soonest positive reply should be used.
    The algorithm  used  is to try a name server, and if the query times out, try the next, until out of name servers, then repeat trying all  the  name  servers  until  a  maximum number of etries are made.
    So, if I get "server can't find" error, the next DNS server not queried. I want the DNS forwarder to ignore such answers and wait for replies from other servers.
    What software can do this? Maybe dnsmasq? I plan to add 'nameserver 127.0.0.1' to the top of my resolv.conf and configure my scripts to add other nameservers below.

    All servers should be queried at the same time
    --all-servers
    dnsmasq: ignoring nameserver 127.0.0.1 - local interface
    good.
    How to tell dnsmasq to completely disable dhcp? List all interfaces like this?
    no-dhcp-interface=eth0
    no-dhcp-interface=tun0
    no-dhcp-interface=vboxnet0
    no-dhcp-interface=wlan0

  • ID CS3 Transparency weirdness with text/special effects

    Okay, I was putting together a brochure for my job today and noticed this oddity. I placed a text box w/text over a stock photo and printed it out - everything was fine. Then I added a drop shadow to the text and all of a sudden the photo became rather desaturated.
    Just in case this was some sort of weirdness with that particular document, I created a new document, placed several photos on a page, and then created a text box and applied a drop shadow. All the photos on the page again noticeably lost saturation, and here's the weird part, the text box didn't even touch any of the photos. It only appears to affect items on the same page - items on other pages are unaffected.
    It seems whenever you have an object or text frame on a page with transparency or a special effect like a drop shadow, all the photos on the page lose about 20% saturation.
    Am I missing something that I can compensate for, or is this a bug/feature?

    I'm using shadows and transparency overlays in my InDesign CS3 application. When I output that file to a press resolution pdf file, it appears fine. However, when the digital printer runs the project, the transparency disappears and i get white boxes in the place of transparent boxes.
    The print provider is a non-offset source and is using some other RIP to process the file. Is the transparency feature posing a problem in the offset invironment?
    Victor

  • [SOLVED] Problem building exim 4.80.1 with postgresql lookup support

    I am trying to build Exim 4.80.1 with postgresql lookup support and I don't need ldap lookup support anymore
    I used the ABS folder for exim as a starting point
    Specifically I tried building against postgresql-libs 9.1.3-1 and 9.2.1-2 (latest)
    except for firefox and postgresql-libs (I reverted to 9.1.3 because thats the version running on my server) my system is fully updated - no packages from testing
    After much googling and hours of trying, these are the adaptions to the makefile I think should work:
    diff exim.Makefile exim.Makefile.orig
    292c292
    < # LOOKUP_LDAP=yes
    > LOOKUP_LDAP=yes
    298c298
    < LOOKUP_PGSQL=yes
    > # LOOKUP_PGSQL=yes
    349,350d348
    < LOOKUP_INCLUDE=-I /usr/include -I /usr/include/postgresql
    <
    352d349
    < LOOKUP_LIBS=-L/usr/lib -lpq
    I tried all kinds of modifications, also those from the outdated AUR package exim-postgres
    but when I start 'makepkg -c', eventually this appears:
    gcc -o exim
    lookups/lookups.a(pgsql.o): In function `pgsql_tidy':
    pgsql.c:(.text+0x188): undefined reference to `PQfinish'
    lookups/lookups.a(pgsql.o): In function `perform_pgsql_search':
    pgsql.c:(.text+0x451): undefined reference to `PQsetdbLogin'
    pgsql.c:(.text+0x45c): undefined reference to `PQstatus'
    pgsql.c:(.text+0x47b): undefined reference to `PQerrorMessage'
    pgsql.c:(.text+0x49d): undefined reference to `PQfinish'
    pgsql.c:(.text+0x4b4): undefined reference to `PQsetClientEncoding'
    pgsql.c:(.text+0x4c6): undefined reference to `PQsetNoticeProcessor'
    pgsql.c:(.text+0x51d): undefined reference to `PQexec'
    pgsql.c:(.text+0x528): undefined reference to `PQresultStatus'
    pgsql.c:(.text+0x541): undefined reference to `PQcmdTuples'
    pgsql.c:(.text+0x598): undefined reference to `PQresultStatus'
    pgsql.c:(.text+0x59f): undefined reference to `PQresStatus'
    pgsql.c:(.text+0x5aa): undefined reference to `PQresultErrorMessage'
    pgsql.c:(.text+0x5ea): undefined reference to `PQnfields'
    pgsql.c:(.text+0x5fa): undefined reference to `PQntuples'
    pgsql.c:(.text+0x659): undefined reference to `PQgetlength'
    pgsql.c:(.text+0x66b): undefined reference to `PQgetvalue'
    pgsql.c:(.text+0x695): undefined reference to `PQgetvalue'
    pgsql.c:(.text+0x6ba): undefined reference to `PQfname'
    pgsql.c:(.text+0x73d): undefined reference to `PQclear'
    collect2: error: ld returned 1 exit status
    make[1]: *** [exim] Error 1
    make[1]: Leaving directory `/tmp/makepkg/src/exim-4.80.1/build-Linux-x86_64'
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
        Aborting...
    Can someone point me in the right direction? I really don't know what to do anymore... Thanks a lot!
    Last edited by maximax (2012-12-07 20:42:19)

    Ok, I found the problem.
    The file exim.Makefile from ABS features the line
    LOOKUP_LIBS=...
    twice.
    Once somewhere in the middle (where it belongs?) and then once more at the end of the file.
    So there you go. Thanks everyone.

  • RE: Weirdness with MoveToString()

    Jack,
    Did you reset the offset of the textdata to 0 before you use the
    MoveToString method? For example,
    AText : TextData;
    Atext.offset = 0;
    If AText.MoveToString('MyString') then
    End if;
    Hope this help.
    Tien Wang
    Tien Wang
    Indus Consultancy Services
    (201) 261-3100 ext 236
    [email protected]
    From: Jack Runnels[SMTP:[email protected]]
    Reply To: Jack Runnels
    Sent: Tuesday, April 21, 1998 10:52 AM
    To: Forte' Users Group (E-mail)
    Subject: Weirdness with MoveToString()
    I am doing a large amount of parsing of HTTP source code to generate
    attributes for a multitude of objects. To capture values for these
    attributes, I create a TextData object, set its value to be the source
    code, then use the MoveToString() method to get to an indicator of
    that
    attribute. In most incidences of my code, I use an explicitly typed
    in
    string. In 10 incidences, however, I use a string constant. The
    MoveToString() method works fine with all of these. In a new call I
    am
    doing, I use a string constant, and the method does not work. It
    returns
    FALSE, even though the string I am searching for is in the source
    code. If
    I explicitly type the search string, or use a TextData object with its
    value set to the string constant, it works.
    Does anyone know why the MoveToString() method would not work with a
    string
    constant for one specific call, when it works with all other similar
    calls
    I've made? If I use a TextData object with its value set to the
    string
    constant in the future, can I be assured that a similar problem won't
    occur?
    Jack Runnels
    Consultant
    Albion International, Inc.
    Voice: 770.980.6753 or
    800.492.1048
    FAX: 770.980.6734
    Internet: [email protected]

    Jack, I had similar problem in my project.
    Forte uses C - style zero delimited string and my guess is that
    in the case of constant it is searching for complete string, delimiter
    included. Although it is no brainer to write a simple test I never
    got to do it. Hope that helps, Boris.
    Jack Runnels wrote:
    >
    I am doing a large amount of parsing of HTTP source code to generate
    attributes for a multitude of objects. To capture values for these
    attributes, I create a TextData object, set its value to be the source
    code, then use the MoveToString() method to get to an indicator of that
    attribute. In most incidences of my code, I use an explicitly typed in
    string. In 10 incidences, however, I use a string constant. The
    MoveToString() method works fine with all of these. In a new call I am
    doing, I use a string constant, and the method does not work. It returns
    FALSE, even though the string I am searching for is in the source code. If
    I explicitly type the search string, or use a TextData object with its
    value set to the string constant, it works.
    Does anyone know why the MoveToString() method would not work with a string
    constant for one specific call, when it works with all other similar calls
    I've made? If I use a TextData object with its value set to the string
    constant in the future, can I be assured that a similar problem won't
    occur?
    Jack Runnels
    Consultant
    Albion International, Inc.
    Voice: 770.980.6753 or
    800.492.1048
    FAX: 770.980.6734
    Internet: [email protected]

  • External DNS name with Transversal Firewall

    Have have one server RedHat 4.0 with SGD 4.1 with this names in diferrent
    IP:
    server1.company.com (peer dns name)-> IP1
    server2.company.com (Bind in another IP2 with external dns name and
    firewall forewarding in port 443, the customca is server2.company.com)
    Question:
    Can I configure SGD 4.1 to respond with two external dns name with
    firewall forewarding ?
    https://server1.company.com/tarantella
    https://server1.company.com/sgd
    https://server2.company.com/tarantella
    https://server2.company.com/sgd
    The client user can works with two names ?
    Client prefer to choose access with server1 or server2.
    Best Regard�s
    Marcelo Moreira Martins
    [email protected]
    Technical Consultant - Tarantella Systems Engineer
    SE- Systems Engineer - M3 System Integrator.
    Sun Microsystems do Brasil - Authorized Campus Dealer
    +55-51-3333-2644 - Office
    +55-51-9962-6536 - Mobile Phone
    Visit the EduSoft web site: http://www.sun.com/edu/edusoft/

    Marcelo,
    It is possible to have more that one external DNS name. Please see:
    Array Manager - Array - <server> - General - Properties
    In here you can map ip-addresses (of clients) to dns names.
    However, a user will not be able to dynamically choose which server to
    access - the
    server will be selected on the first matching IP pattern.
    Regards
    "Marcelo M. Martins" <[email protected]> wrote in message
    news:dhu1c0$u5m$[email protected]..
    Have have one server RedHat 4.0 with SGD 4.1 with this names in diferrent
    IP:
    server1.company.com (peer dns name)-> IP1
    server2.company.com (Bind in another IP2 with external dns name and
    firewall forewarding in port 443, the customca is server2.company.com)
    Question:
    Can I configure SGD 4.1 to respond with two external dns name with
    firewall forewarding ?
    https://server1.company.com/tarantella
    https://server1.company.com/sgd
    https://server2.company.com/tarantella
    https://server2.company.com/sgd
    The client user can works with two names ?
    Client prefer to choose access with server1 or server2.
    Best Regard�s
    Marcelo Moreira Martins
    [email protected]
    Technical Consultant - Tarantella Systems Engineer
    SE- Systems Engineer - M3 System Integrator.
    Sun Microsystems do Brasil - Authorized Campus Dealer
    +55-51-3333-2644 - Office
    +55-51-9962-6536 - Mobile Phone
    Visit the EduSoft web site: http://www.sun.com/edu/edusoft/

Maybe you are looking for

  • Job terminated in the source system

    Hi BW ens, when i try to load data i am getting error as below. Error message when processing in the Business Warehouse Diagnosis An error occurred in the SAP BW when processing the data. The error is documented in an error message. System response A

  • Oracle BI Answers Conditional Formatting

    Hi, Im using Oracle BI Answers and I am trying to set the colour conditioning function on the following graph: On the X axis I have company branches, on the Y axis I have sales figures. The two values that I have projected on the graph are sales figu

  • Message redigest inequality at server side

    Hello! This issue has been giving me headaches for several days: I have a client-server application. The server receives from the client the following: message + messageDigest. It recomputes the digest to see if any transmission errors have occured,

  • Photosmart C7280 only takes the first 4 chars of the WPA Key

    When I try to set the WEP key on the printer it seems to truncate after the first 4 chars. Some one said that there is a way to reset the printer using a reset button - pressing this might fix the problem.  Any ideas on how I can printer to work agai

  • TBB1 error

    Dear Gurus I have ruun into a high priority issue. There are come intercompany loans which are to be posted to customer and vendors (I have created a new product type using 55A). While the posting are coretly happening from the customer side in the l