HOWTO: Install and use opensync-0.22 to sync Evolution to Nokia phone

Opensync-0.3x is unstable and fraught with danger, the only relatively-safe version is opensync-0.22.  Installing opensync-0.22 is quite a task in x86-64 (i686 users might be able to use the unofficial kpiche repository on this page http://wiki.archlinux.org/index.php/Uno … ositories).
Here's how I got it to work in arch x86-64 to sync my Nokia 6300 phone over bluetooth (obex) with Evolution contacts and calendars.  The first few steps should be fairly straightforward for most arch users.
1. Install evolution from repo via pacman if you haven't already:
pacman -S evolution evolution-data-server evolution-exchange
At the time of writing these are at version 2.28.11.
2. Load evolution and configure your default settings, you don't need to configure mail if you don't want to.  Load some test calendar and contact data if you really want to.
3. Install and configure your bluetooth adapter and pair your phone as per http://wiki.archlinux.org/index.php/Bluetooth.  Install openobex from repo via pacman, at the time of writing it is version 1.5-1.
From here things get a lot more difficult and a lot less arch-y.  Opensync appears to be a huge state of wonk right now, and thus libopensync in the AUR is a huge mess (from http://bbs.archlinux.org/viewtopic.php?id=45683) and there doesn't appear to be a working 0.22 suite in the repo or aur.  This issue is further complicated by not being able to mix and match opensync libs and plugin versions.  Nevermind!
4. Get the dependency library tarballs from opensync.org:
libwbxml: 0.10.7 compiled for me in x64; from here https://libwbxml.opensync.org/wiki/Rele … xml-0.10.7
libsyncml: 0.4.6 is the only version that contains the openobex headers needed to make libopensync-plugin-syncml-0.22 compile; get it from here https://libsyncml.opensync.org/wiki/lib … .4.6-notes.  Any later version of libsyncml doesn't appear to have these files (ref: http://bugs.gentoo.org/269187) and makes libopensync-plugin-syncml-0.22 fail at compilation, throwing these errors:
syncml_plugin.h:38:35: error: libsyncml/obex_client.h: No such file or directory
syncml_plugin.h:39:35: error: libsyncml/http_server.h: No such file or directory
5. Get the opensync-0.22 tarballs from http://www.opensync.org/download/releases/0.22/, at minimum you need the following:
libopensync-0.22
libopensync-plugin-evolution2-0.22
libopensync-plugin-syncml-0.22
msynctool-0.22
You can try other plugins if you want to, ymmv.
6. Build and install the depedencies using cmake as per the instructions in their INSTALL files; Build and install libopensync, msynctool and plugin-evolution, these shouldn't have any problems.  libopensync-plugin-syncml won't build with default options because it won't be able to locate libsoup while configuring; add flag --disable-http to get around this.  (if you need http I have no idea how to fix this).  libopensync-plugin-syncml will also throw a compilation warning and refuse to compile:
% ./configure --prefix=/usr --disable-http
% make
cc1: warnings being treated as errors
syncml_plugin.c: In function '_manager_event':
syncml_plugin.c:297: error: 'smlSessionSetReceivingLimit' is deprecated (declared at /usr/include/libsyncml-1.0/libsyncml/sml_session.h:91)
The new libsyncml library (relative to the 0.22 plugin anyway) declares this, so a quick manual patch is to comment out lines 296 and 297 in the source code in syncml_plugin:
295 /*
296 if (env->recvLimit)
297 smlSessionSetReceivingLimit(session, env->recvLimit);
298 */
Save the file, you should now be ready to run make and make install.
7. If all went well, you should now be able to see both plugins loaded in msynctool:
% msynctool --listplugins
Available plugins:
syncml-obex-client
evo2-sync
I configured my phone and evolution in msynctool exactly as per this thread http://ubuntuforums.org/showthread.php?t=705103; copied here for brevity:
1. Let's go commando with OpenSync. First we create a group to refer to our sync session with. I've called mine "evolution-n95", but you can call it whatever you want. We then create the config for the Evolution side as the first member of this group.
$ msynctool --addgroup evolution-n95
$ msynctool --addmember evolution-n95 evo2-sync
$ msynctool --configure evolution-n95 1
2. Your text editor will pop up editing member 1 of your evolution-n95 group. Edit the config to look like this:
<config>
<address_path>default</address_path>
<calendar_path>default</calendar_path>
<tasks_path>default</tasks_path>
</config>
3. Now do to the N95 side, adding its config as the second member of the group:
$ msynctool --addmember evolution-n95 syncml-obex-client
$ msynctool --configure evolution-n95 2
4. Your text editor will pop up editing member 2 of your evolution-n95 group. Edit the config to look like this (remember to put your N95's MAC address and Channel number in):
<config>
<bluetooth_address>00:AA:11:BB:22:CC</bluetooth_address>
<bluetooth_channel>10</bluetooth_channel>
<interface>0</interface>
<identifier>PC Suite</identifier>
<version>1</version>
<wbxml>1</wbxml>
<username></username>
<password></password>
<type>2</type>
<usestringtable>1</usestringtable>
<onlyreplace>0</onlyreplace>
<recvLimit>0</recvLimit>
<maxObjSize>0</maxObjSize>
<contact_db>Contacts</contact_db>
<calendar_db>Calendar</calendar_db>
<note_db></note_db>
</config>
5. Now you're ready to rock and/or roll. Let's try syncing:
$ msynctool --sync evolution-n95
...and you should get a whole stream of mumbo-jumbo similar to the following:
$ msynctool --sync evolution-n95
Synchronizing group "evolution-n95"
The previous synchronization was unclean. Slow-syncing
Member 1 of type evo2-sync just connected
received event dsession
received contact dsession
Member 2 of type syncml-obex-client just connected
All clients connected or error
Received an entry pas-id-47AA3D7000000000 with data of size 4 from member 1. Changetype ADDED
Received an entry pas-id-47AAB03C00000000 with data of size 4 from member 1. Changetype ADDED
Received an entry 20080206T205400Z-5332-1000-1-0@lamaar with data of size 4 from member 1. Changetype ADDED
Received an entry 20080212T131911Z-5797-1000-1-0@lamaar with data of size 4 from member 1. Changetype ADDED
Member 1 of type evo2-sync just sent all changes
Received an reply to our Alert
Received an reply to our Alert
Going to receive 27 changes
Received an entry 1 with data of size 4 from member 2. Changetype ADDED
Going to receive 4 changes
Received an entry 2 with data of size 4 from member 2. Changetype ADDED
Received an entry 3 with data of size 4 from member 2. Changetype ADDED
Member 2 of type syncml-obex-client just sent all changes
All clients sent changes or error
All conflicts have been reported
Sent an entry pas-id-47BF9BC100000001 of size 92 to member 1. Changetype ADDED
Sent an entry pas-id-47BF9BC100000002 of size 104 to member 1. Changetype ADDED
Sent an entry pas-id-47BF9BC100000003 of size 113 to member 1. Changetype ADDED
Sent an entry 20080223T040625Z-14241-1000-1-0@lamaar of size 426 to member 1. Changetype ADDED
Sent an entry 20080223T040625Z-14241-1000-1-2@lamaar of size 252 to member 1. Changetype ADDED
Member 1 of type evo2-sync committed all changes.
Received an reply to our sync
Sent an entry 29 of size 205 to member 2. Changetype ADDED
Sent an entry 30 of size 153 to member 2. Changetype ADDED
Received an reply to our sync
Sent an entry 6 of size 362 to member 2. Changetype ADDED
Sent an entry 7 of size 345 to member 2. Changetype ADDED
Member 2 of type syncml-obex-client committed all changes.
All clients have written
Member 1 of type evo2-sync just disconnected
Member 2 of type syncml-obex-client just disconnected
All clients have disconnected
The sync was successful
$
Depending on your data to sync, you may see a LOT of info. This may be done quickly or take a minute or two. In any case, you should see "The sync was successful" at the end amd be returned to the prompt.
   6. Pat yourself on the back - you're done. Sync again with the same command as much as you want.
ps. ignore the README in libopensync-plugin-evolution2-0.22

Shameless bump. Does anyone know if an iPhone running OS 3.0 can sync properly with iTunes version 8.0.2.20?

Similar Messages

  • How to install and use Flash Player with Windows 7 64-bit edition and Internet Explorer 8.

    1. Click the Start button.
    2. Search for Internet Explorer.
    3. Do not click on "Internet Explorer (64-bit)" or "Internet Explorer (No Add-ons).
    4. Click on "Internet Explorer."
    5. That will open Internet Explorer 8, 32-bit edition.
    6. Now you can download, install, and use Flash Player. (It is used automatically on websites that support it.)
    7. In the future, make sure you don't use Internet Explorer 64-bit edition. Delete any Internet Explorer shortcut icons that you were formally using. Make sure that any Internet Explorer icons that you now use, are opening the 32-bit edition. To see what edition you are using, click the question mark near the upper-right corner of a webpage and click "About Internet Explorer." If you don't see "64-bit" on the popup, that means you are using the 32-bit edition.

    If you can not see the moving sphere: http://kb2.adobe.com/cps/155/tn_15507.html
    Check the following:
    Enabling Flash Player in Internet Explorer 9
    ActiveX Filtering in Internet Explorer 9
    Also check this:
    In I.E.9, click Tools, click Internet options, click Security tab, ensure that the Internet security level is Medium-high.

  • I want to buy photoshop creative cloud for teams, how users can install and use it?

    i want to buy photoshop creative cloud for teams, how users can install and use it?

    Cancel old and buy new is the only way I know, but you MAY be able to exchange
    Return, cancel, or exchange an Adobe order

  • INSTALLING AND USING NEW IPOD TOUCH

    Cannot install and use IPOD touch on computer. Showing up as a camera and not accepting install. Have tried uninstalling previous versions of itunes and ipod downloads. Please advise. Would like to see this work today.

    I got the same problem. I created new hotmail account, dowloaded latest itunes but the "download photos" window comes up along with my wife's itunes account which immediately SAYS it's syncing with mine yet there's still none of her tunes on my new touch (thank god), and even though it's plugged into my computer and I'm connected to the internet, it says i'm not connected. Do you NEED wi-fi to do this or what!? Maybe somone can help us out.

  • I have a brand new MacBook Pro 13.3" Retina. Can I download/install and use my Photoshop CC on it?

    Can I please get an answer as to if and how to download and install and use fully the Photoshop CC ($9.99/mo. plan) on my brand spanking new Apple MacBook Pro 13.3" with Retina display? Thank you, guys!!!

    Of course.
    Sign in to www.adobe.com, download the Cloud desktop app, download the software.

  • Problem with OCI call  and  how to install and use 'DEBUG_EXTPROC' on Linux

    Hi,
    Can any one let me know how I can install and use this debug_extproc package. I have installed oracle XE server on Linux machine(32-bit).
    When I use : DEBUG_EXTPROC.STARTUP_EXTPROC_AGENT' ... i get an error saying that : it is not declared.
    I tried looking in all the directories but did not find the dbgextp.sql(which is required in order to install that package).And tried searching on google but could not get any relevant information.
    Also I am newbie to OCI call interface and also to C programming too: I have coded a external procedure or custom user aggregate in C. But since I was using C++ : 'set' STL. I have compiled my program using g++ instead of gcc and I have correspondingly modified the make file in public/demo directory.
    So, is it fine to do it that way: using OCI (instead of OCCI(C++)) but again compiling the pgm as a regular C++ using g++ instead of gcc.(But rest of the pgm including printf statements : everything is in C).
    Also I have created the library from my : custagg.so library:
    SQL> create or replace library custagg is '$ORACLE_HOME/lib/custagg.so'
    But my aggregate function implemented as external C function using OCI is either not recognised or else : if recognized then there is some error because of which i am getting the following errors : ORA-06522
    SQL> select MinDistance(TT) from egg1;
    select MinDistance(TT) from egg1
    ERROR at line 1:
    ORA-06520: PL/SQL: Error loading external library
    ORA-06522: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/custagg.so:
    cannot dynamically load executable
    Please kindly answers my queries and trying to resolve this for almost 4 days now and could not find any clue on how to get this done.
    Thanks,
    -NN

    #/bin/make
    # Make file for OCI,OCCI and ODBC demos
    # Usage :
    # For compiling & linking the cdemo81.c file
    # make -f demo_xe.mk buildoci CDEMOEXE=cdemo81 CDEMOOBJS=cdemo81.o
    .SUFFIXES: .o .c .cpp
    ICINCHOME=$(ORACLE_HOME)/rdbms/public/
    ICLIBHOME=$(ORACLE_HOME)/lib
    ICLIBPATH=-L$(ICLIBHOME)
    THREADLIBS=-lthread
    CCLIB=$(ICLIBPATH) -lclntsh $(THREADLIBS)
    OCCILIB=$(ICLIBPATH) -locci -lclntsh $(THREADLIBS)
    CCINCLUDES = -I$(ICINCHOME)
    CCFLAGS=$(CCINCLUDES) -D_REENTRANT -g -xs
    LDFLAGS=
    SO_EXT=.so
    EXTLDFLAGS=$(LDFLAGS) -shared
    REMOVE=rm -rf
    MKLINK=ln
    MAKE=make
    MAKEFILE=demo_xe.mk
    CDEMOEXE=custagg.so
    CDEMOOBJS=custagg.o
    OCCIDEMO=occidml
    OCCIOBJDEMO=occiobj
    OTT=$(ORACLE_HOME)/bin/ott
    OCCIOTTUSR=hr
    OCCIOTTPWD=hr
    ODBCDEMOEXE=odbcdemo
    ODBCDEMOOBJS=odbcdemo.o
    AQDEMOEXE=ociaqdemo00
    AQDEMOOBJS=ociaqdemo00.o
    EXTDEMO=extdemo2.so
    CC=/usr/bin/g++
    echo "LIBCLNT value is :" $(LIBCLNT)
    echo "CC value is :" $(CC)
    .c.o:
    g++ -c -I$(ICINCHOME) $(CCFLAGS) $<
    all: clean buildoci
    echo "LIBCLNT value is :" $(LIBCLNT)
    buildoci: $(LIBCLNT) $(CDEMOOBJS)
    g++ -o $(CDEMOEXE) $(LDFLAGS) $(CDEMOOBJS) $(CCLIB)
    echo "CC value is :" $(CC)
    echo "LIBCLNT value is :" $(LIBCLNT)
    clean:
    $(REMOVE) $(CDEMOOBJS) $(CDEMOEXE)
    # This port-specific file is currently empty on Solaris. Product
    # lines may use this file to override compiler definitions and
    # flags used in occi.mk.
    # Linux compiler definitions
    CC=/usr/bin/gcc
    cc=/usr/bin/gcc
    CCFLAGS=$(CCINCLUDES) -DLINUX -D_GNU_SOURCE -D_REENTRANT -g
    LDFLAGS=-g
    # This macro CCINCLUDES has to be redefined on Linux because of
    # the existence of the 'new' directory in t_work. The name new
    # clashes with a system header file.
    CCINCLUDES = -idirafter .
    THREADLIBS=-lpthread
    ifdef BUILD_CCC296
    CC=/usr/bin/g++296
    endif
    And I am executing the make file using the command :
    make -f demo12.mk buildoci CDEMOEXE=custagg.so CDEMOOBJS=custagg.o
    I am not getting any error while running this make file.
    Can you please tell me whether PLSQL/Oracle is able to locate the file or not. Incase, if it is locating the file but due to some error in the custagg.so it is throwing that error. If this is the case, is there any way that i can debug the C program .....how can i install the debug_extproc package.. I am really new to C & OCI ... if the custagg.so is being located then there might be some problem with the way I am dynamically allocating memory to some variables.
    Please kindly reply to this Post/response.
    Please let me know if you also want to see my program code.
    Thanks & Regards,
    -NN

  • How to install and use Java v1.6 in addition of v1.5 for SoaSuite?

    As far as I know the highest Java version with which SoaSuite is running is v1.5 (resp.5).
    Assume I want to (have to) use version v1.6 (for other programs on my computer):
    How can I install and use v1.6 as second Java installation ?
    If I simply install v1.6 then Oracle SoaSuite refuses to run.
    So I have to tell SoaSuite to use an older version on my hard disc.
    How can I do this?
    Is there a single point of reference for the SoaSuite which java location location to use?
    What about the environment variables JAVA_HOME and PATH?
    Or is there an entry in the Application Server settings or any batch script which must be adjusted?
    Peter

    SOA Suite is certified for Java 6.
    Look at metalink note 444462.1 which gives instructions on how to achieve this. You will need to upgrade to 10.1.3.4 though.
    Its fairly straight forward, as SOA Suite uses the JDK from the ORACLE_HOME. This can be changed by editing the opmn.xml file found in SOA_HOME/opmn/config
    Backup the original JDK in the Oracle Home and copy over the new Java 6 into the ORACLE_HOME:
    Example:
    $ cd $ORACLE_HOME
    $ mv jdk jdk.orig
    $ cp –rp <directorypath_to_java6> jdk
    Verify that the new JDK is working by executing:
    $ORACLE_HOME/jdk/bin/java -version
    cheers
    James

  • How to install and use a plug-in downloaded from the apple site?

    how to install and use a plug-in downloaded from the apple site?

    Emelie,
    which plug-in do you want to install?
    some of the plug-ins come with an installer on the disk image, you click the installer and it will install it in its proper location.
    For others you move the plug-in into to System Library or your User Library:
      Your Hard disk  > Library > Application Support >Aperture > Plug-Ins > Edit
    or
    Your Home Folder > Library > Application Support >Aperture > Plug-Ins > Edit
    If it is an "Edit" plug-in, it goes into the "Edit" subfolder, "Export" plug-ins into the "Export" subfolder.
    You can tell by the extension, what kind of plug-in it is.
    E.G. BorderFX.ApertureExport is an export plug-in, BorderFXEditPlugin.ApertureEdit an edit plug-in.
    Regards
    Léonie
    P.S. In OS Lion the Libraries are hidden by default: To reveal your User Library activate the Finder and select from the main Finder menu:
        Finder >  Go , then hold down the ⌥-option-key, untill the Library appears in the drop.down menu.
    To show the System Library:
         Finder >  Go > Go to Folder
    then enter   / Library

  • Can I install and use your Adobe products on a secondary hard drive?

    Hello, I have my OS and program files installed on a 128gb SSD and I have a 1TB HDD secondary. I want to avoid filling up that SSD as much as possible. Is there an option when installing your Adobe products  (which ones?) to install and use them in a drive and folder on the secondary drive?

    Simply choose a custom install and pick an alternate location in a folder on your secondary drive. just be aware that some components like the activation system and otehr shared stuff will always be installed on C:\, no matter what. You are stil lgoing to lose at least 1GB on your SSD drive.
    Mylenium

  • How to install and use DBXML package in Ubuntu Server 8.04 64bit

    Hi all.
    I used to install and use DBXML in Ubuntu Desktop 8.04 32bit. Now I want to use on Ubuntu Server 8.04 64bit.
    This is code for my installation (I use DBXML 2.2.13)
    env CFLAGS="-O0" sh buildall.sh enable-java with-xerces="xerces-c-src" with-berkeleydb-prefix="/usr/local/BerkeleyDB.4.3" with-xerces-prefix="/usr/local" with-pathan-prefix="/usr/local" with-xquery-prefix="/usr/local/BerkeleyDB.XQuery.1.2" --with-dbxml-prefix="/usr/local/BerkeleyDBXML.2.2"
    After installing, I could open Container, get Document, but when print the result (by "print" command), it failed. (stdin:3: print failed, Error: nsUnmarshalNode overlap File: Nsutil.cpp Line: 2358). Of course, all above commands run successfully with Ubuntu Desktop 8.04 32bit.
    Can you tell me which differences between 2 OS version and how to fix it
    Thanks

    Hello,
    Make sure that you are building a 64-bit version for the 64-bit platform. It's possible that you have mismatched some libraries. Be sure to add "-b 64" to buildall.sh. When you are done run the "file" command on all of the libraries in <path-to-install>/lib to see if they have been built 64-bit.
    That error looks like a 32- vs 64-bit issue of some sort.
    Regards,
    George

  • Hello guys..does anybody know how to install and use adobe master collection with the new lion?   I need to use Flash and illustratore, but apparently those programmes are incompatible with the new operative sistem...   I am a new mac users and I'd like t

    Hello guys..does anybody know how to install and use adobe master collection with the new lion?
    I need to use Flash and illustratore, but apparently those programmes are incompatible with the new operative sistem...
    I am a new mac users and I'd like to know if there are other similar programmes I can use with lion!

    Lab79 wrote:
    Are you on Apple's payroll?
    well dude I can only let you know that as I work with those programme I don't have to pay for it is my company that pays the programme I whant to use( that's why I was asking if there where other programmes ..that I could use with lion insted that Illustrator and Flash!)..I know Adobe since 2005 and I can say that Adobs products are very good...I think that if it's an Adobe probleme or fault ..they will solve it very soon...but unfortunally I have the impression that after Jobs passed away Appel decided to change politics..and everything started to go very bad! (see FCP X)..
    good luck with apple dude..
    Where is the Apple problem? I have CS4 and CS5 running perfectly fine on my Macbook Pro. Installed 5 after Lion upgrade. Worth every cent. Adobe did have some catching up to do with Lion but with the CS5.5 update all runs fine. But not yours. So it is a problem with the Lion OS? You say you have been with Adobe since 2005. So you would be aware of all the other issues that Adobe had catching up with past Oss in Mac and Windows then. They get it right, but it is up to them. It is not up to Apple, nor Microsoft for that matter, to run around and check that every software developer in the world is running their business properly.
    And what has politics got to do with anything. Some people just have to blame Software for their poor Hardware maintainence of failure of the same.
    <The only think I can really do is to go back on my old windows...give back this orrible lap top and ask for my money back!>
    Great suggestion. You should go with that one, but good luck getting a refund.
    Bye

  • Need help how to install and use html db

    plz any body can help me i have download htmldb2.0 and want to install and use it with oracle but i do not know how to install and use it first time any body can help me in detail .
    Niazi

    Niazi,
    Included in the 2.0 download are some very comprehensive Installation and Upgrade instructions, I would highly recommend you read those.

  • Help!! How to install and use Sun ONE Directory Server Resource Kit 5.2

    Hi ! Friend:
    I have some problem on install and use Sun ONE Directory Server Resource Kit 5.2, when I execute "java DSRK", afterwards something like this : com.iplanet.install.until.wbResource::gerstring:resource bundle"locale.resources.S1DSRKResource" not found appeared in the window ,that's why?
    Meanwhile ,can you give some data about it on how to use it ?
    Thank you !

    You should be aware of the following characteristics of your directory when using this tool:
    Size and number of entries.
    Directory structure and access permissions.
    Virtual attributes, class of service, and indexing.
    Usage, types of access, and access patterns.
    Post your error messages completely.
    Thanks
    --Britto                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Formication : How to install and use it

    Hi,
    I need some help. I would like to install and use the Formication CGI but I don't find any documentation usable for someone who never installed any CGI
    Does someone use it and can teach me how to install and use it ? Or maybe there is a documentation somewhere ?
    Thanks for any help

    >I thought it was something well known here.
    I'd never heard of it before.
    Find here the message from the Mac OS X Server Mailing list where I found it.
    Hi all..
    We are currently moving: from WebStar / Lasso 6.x / FMS 5.5 to
    Mac OSX Server / Apache / Lasso.850 / FMSA 8.
    On our WebStar webserver we used FlexMail to handle e-mails sent from a
    html-form, unless we wanted databases/Lasso to get involved.
    I understand FlexMail cannot be used on Apache so I have been looking around
    and searched the list for any tool to do the same job.
    --> What tool to send e-mails directly from web-forms
    with a reasonable option to format the e-mail and
    generate a response page.
    Henning, most of the people that transition from WebSTAR to iTools Apache use Formication.
    Formication is a Perl version of Flexmail, so it has all the features of Flexmail, plus more. It was designed by one of the developers of the original Flexmail.
    When you convert from WebSTAR to Apache you can keep your script intact.
    With iTools, all you need to do is to add the action:
    Flexmail /cgi-bin/formication.pl
    and the .flx handler,
    and the scripts run unchanged.
    >I also found that there is an invisible file
    inside. It's a .htaccess file
    I'd totally missed that, and it's likely to be the
    critical link.
    yes... I supposed it was something important but.... well hidden...
    By default, as shipped by Apple, .htaccess files are
    ignored. You need to explicity enable then in
    /etc/httpd/httpd.conf
    Both 'Action' and 'AddHandler' (the two directives in
    the .htaccess file) require FileInfo override for the
    directory. Therefore, at the very least you need to
    add:
    <pre class=command><Directory /path/to/your/form>
    AllowOverride FileInfo
    Directory></pre>
    to your httpd.conf so that apache will read the
    .htacess file.
    Alternatively, since you have to edit httpd.conf
    anyway, you might just want to add those directives
    to the <Directory> block, which will save Apache
    having to read the file each time the form is used.
    Thanks a lot Camelot,

  • How to install and use the Gnome-DO application in oracle enterprise Linux

    My Oracle Enterprise linux is 5.3,
    I want to install and use the Gnome-Do(http://do.davebsd.com) in my box.
    Please help me regarding this.
    With Regards
    DSK

    According to Google, Gnome-Do has known issues about CPU bugs and hogs and the latest incarnation does not seem to be available for RHEL and clones. You should have more luck with Linux Desktop distributions like Fedora and Ubuntu. Or you could try to build from source using the info at: http://do.davebsd.com/wiki/Installing_Do. Good luck - I wouldn't bother.

Maybe you are looking for

  • Win 8.1 upgrade problems

    Haave attempted 8.1 upgrade and failed...  tried several things including system refresh....have reinstalled all windows updates except 3....    kb2807986  kb2798162  kb2811660  and can not get them to install.....   get error code 8024200d tried the

  • Safari does not display images

    Yesterday - suddenly- Safari stopped displaying images on any web page. Fo example on Apple.com the picture of the large Apple does not come up and so on. Should I re-install Safari- download again? Just to check the images DO display in Explorer whi

  • Surcharge on VAT is not calculating

    Hi CIN Experts When BED, Cess and SEcess values are changed in MIGO, then during MIRO, VAT is getting calculated correctly but Surcharge on VAT is not getting calculated on changed VAT. When I searched for the same in SDN, I got one user exit J_1I7_U

  • How configure the requisition pint preview form?

    Hi All, I need to configure the Requisition Print Preview. Our client needs some changes in this Smartform, so, I have copied the standard form HRRCF_DATA_SUMMARY_REQUISITION. But I've to configure it because when the user Press the Print Preview but

  • Stuck at white startup screen

    ok so my hard disk recently became full unexpectedly so I downloaded a few applications to clear out the small unneeded files that just take up disk space. Upon clearing out the files, I think the program might have deleted some vital files because w