SIM - ./configure error. Can you please help?

I've downloaded the latest SIM snapshot. When running ./configure, I get the following:
checking for Qt... configure: error: Qt (>= Qt 3.2) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
make: *** No targets specified and no makefile found.  Stop.
I'm trying to configure it using the following:
./configure --prefix=/opt/kde --with-qt-dir=/opt/qt --with-qt-includes=/opt/qt/include --with-qt-libraries=/
opt/qt/lib --disable-debug
Can you please tell me what I'm doing wrong?
Thanks in advance.

i have the same problem.
Any pacage i try to compile fail with this:
checking for Qt... configure: error: Qt (>= Qt 3.1.0) (library qt-mt) not found. Please check your installation!

Similar Messages

  • HT1695 Hello I was given an ipad from my mother because she bought her a newer ipad and I am having trouble connecting to my wifi due to needing to add vpn configuration.  Can you please help me?

    Hello I was given an ipad ios 5.1.1 from my mother she had purchased a newere version.  I am unable to connect to my wifi due to needing to setup my vpn configuration.  Can you please help me?

    You haven't told us what you've tried to get the vpn working and what errors you may have encountered, so I'll just give a link to an overview of setting up vpn on a device...
    http://support.apple.com/kb/HT1424?viewlocale=en_US&locale=en_US

  • In update statement i am errors can you please help on this logic

    BEGIN
                      SELECT COUNT(1)
                      INTO v_count
                      FROM apps.xxcsi_trex_ob_ecs_mhm
                      WHERE instance_id  = NVL(tab_ib_ecs_dat_c(k).instance_id,'');
                    EXCEPTION
                    WHEN OTHERS THEN
                      v_count := 0;
                    END;
                    print_log('v_count : '||v_count);
                    IF v_count = 0 THEN
                      BEGIN
                        INSERT
                        INTO xxcsi_trex_ob_ecs_mhm
                            instance_id,
                            instance_number,
                            inventory_item_id,
                            unit,
                            unit_name,
                            master_organization_id,
                            serial_number,
                            quantity,
                            uom,
                            active_start_date,
                            active_end_date,
                            install_date,
                            object_version_number,
                            last_vld_organization_id,
                            pre_registration_location,
                            order_header_id,
                            order_number,
                            order_line_id,
                            pre_registration_date,
                            pre_registration_operator,
                            bill_to_customer_name,
                            bill_to_site_id ,
                            bill_to_state ,
                            bill_to_country ,
                            bill_to_city ,
                            bill_to_location ,
                            ship_to_customer_name,
                            ship_to_site_id ,
                            ship_to_state ,
                            ship_to_country ,
                            ship_to_city ,
                            ship_to_location ,
                            ship_to_pin_code,
                            bill_to_pin_code,
                            ship_to_number,
                            bill_to_number,
                            customer_number,
                            ea_license_number,
                            ea_va_sales_order_number,
                            parent_instance_id,
                            parent_y_n,
                            process_flag,
                            error_code,
                            error_details,
                            request_id,
                            created_by,
                            creation_date,
                            last_updated_by,
                            last_update_date,
                            last_update_login,
                            eai_process_flag,
                            master_organization_name,
                            system_id,
                            system_name
                          VALUES
                            NVL(tab_ib_ecs_dat_c(k).instance_id,''),
                            NVL(tab_ib_ecs_dat_c(k).instance_number,''),
                            NVL(tab_ib_ecs_dat_c(k).inventory_item_id,''),
                            NVL(tab_ib_ecs_dat_c(k).segment1,''),
                            NVL(tab_ib_ecs_dat_c(k).description,''),
                            NVL(tab_ib_ecs_dat_c(k).master_organization_id,''),
                            NVL(tab_ib_ecs_dat_c(k).serial_number,''),
                            NVL(tab_ib_ecs_dat_c(k).quantity,''),
                            NVL(tab_ib_ecs_dat_c(k).uom,''),
                            NVL(tab_ib_ecs_dat_c(k).active_start_date,''),
                            NVL(tab_ib_ecs_dat_c(k).active_end_date,''),
                            NVL(tab_ib_ecs_dat_c(k).install_date,''),
                            NVL(tab_ib_ecs_dat_c(k).obj_version_num,''),
                            NVL(tab_ib_ecs_dat_c(k).last_vld_organization_id,''),
                            NVL(tab_ib_ecs_dat_c(k).pre_registration_location,''),
                            NVL(tab_ib_ecs_dat_c(k).order_header_id,''),
                            NVL(tab_ib_ecs_dat_c(k).order_number,''),
                            NVL(tab_ib_ecs_dat_c(k).order_line_id,''),
                            NVL(tab_ib_ecs_dat_c(k).actual_shipment_date,''),
                            NVL(tab_ib_ecs_dat_c(k).email_address,''),
                            NVL(tab_ib_ecs_dat_c(k).bill_to_company_name,''),
                            NVL(tab_ib_ecs_dat_c(k).bill_to_site_id,''),
                            NVL(tab_ib_ecs_dat_c(k).bill_to_state,''),
                            NVL(tab_ib_ecs_dat_c(k).bill_to_country,''),
                            NVL(tab_ib_ecs_dat_c(k).bill_to_city,''),
                            NVL(tab_ib_ecs_dat_c(k).bill_to_location,''),
                            NVL(tab_ib_ecs_dat_c(k).ship_to_company_name,''),
                            NVL(tab_ib_ecs_dat_c(k).ship_to_site_id,''),
                            NVL(tab_ib_ecs_dat_c(k).ship_to_state,''),
                            NVL(tab_ib_ecs_dat_c(k).ship_to_country,''),
                            NVL(tab_ib_ecs_dat_c(k).ship_to_city,''),
                            NVL(tab_ib_ecs_dat_c(k).ship_to_location,''),
                            NVL(tab_ib_ecs_dat_c(k).ship_to_pin_code,''),
                            NVL(tab_ib_ecs_dat_c(k).bill_to_pin_code,''),
                            NVL(tab_ib_ecs_dat_c(k).ship_to_number,''),
                            NVL(tab_ib_ecs_dat_c(k).bill_to_number,''),
                            NVL(tab_ib_ecs_dat_c(k).customer_number,''),
                            NVL(tab_ib_ecs_dat_c(k).ea_license_number,''),
                            NVL(tab_ib_ecs_dat_c(k).ea_va_sales_order_num,''),
                            NVL(tab_ib_parent_dat(i).instance_id,''),
                            'C',
                            'N',
                            NULL,
                            NULL,
                            v_request_id,
                            v_created_by,
                            SYSDATE,
                            v_created_by,
                            SYSDATE,
                            v_last_update_login,
                            'N',
                            NVL(tab_ib_ecs_dat_c(k).master_organization_name,''),
                            NVL(tab_ib_ecs_dat_c(k).system_id,''),
                            NVL(tab_ib_ecs_dat_c(k).system_name,'')
                      EXCEPTION
                      WHEN no_data_found THEN
                        print_log('Error in  main process INSERT 2 : '||sqlerrm);
                        print_log('Error at : '||v_error_at);
                      WHEN OTHERS THEN
                        print_log('Error in  main process INSERT 2 : '||sqlerrm);
                        print_log('Error at : '||v_error_at);
                        END;
      ELSE
    Update apps.xxcsi_trex_ob_ecs_mhm set( 
    instance_id=NVL(tab_ib_ecs_dat_c(k).instance_id,''),
      instance_number= NVL(tab_ib_ecs_dat_c(k).instance_number,''),
    inventory_item_id= NVL(tab_ib_ecs_dat_c(k).inventory_item_id,''),
    unit      = NVL(tab_ib_ecs_dat_c(k).segment1,''),
    unit_name =  NVL(tab_ib_ecs_dat_c(k).description,''),
    master_organization_id=NVL(tab_ib_ecs_dat_c(k).master_organization_id,''),
    serial_number=NVL(tab_ib_ecs_dat_c(k).serial_number,''),
    quantity= NVL(tab_ib_ecs_dat_c(k).quantity,''),
    uom=NVL(tab_ib_ecs_dat_c(k).uom,''),
    active_start_date= NVL(tab_ib_ecs_dat_c(k).active_start_date,''),
    active_end_date= NVL(tab_ib_ecs_dat_c(k).active_end_date,''),
    install_date= NVL(tab_ib_ecs_dat_c(k).install_date,''),
    object_version_number=NVL(tab_ib_ecs_dat_c(k).obj_version_num,''),
    last_vld_organization_id= NVL(tab_ib_ecs_dat_c(k).last_vld_organization_id,''),
    pre_registration_location=NVL(tab_ib_ecs_dat_c(k).pre_registration_location,''),
    order_header_id=NVL(tab_ib_ecs_dat_c(k).order_header_id,''),
    order_number= NVL(tab_ib_ecs_dat_c(k).order_number,''),
    order_line_id=NVL(tab_ib_ecs_dat_c(k).order_line_id,''),
    pre_registration_date= NVL(tab_ib_ecs_dat_c(k).actual_shipment_date,''),
    pre_registration_operator= NVL(tab_ib_ecs_dat_c(k).email_address,''),
    bill_to_customer_name=NVL(tab_ib_ecs_dat_c(k).bill_to_company_name,''),
    bill_to_site_id = NVL(tab_ib_ecs_dat_c(k).bill_to_site_id,''),
    bill_to_state = NVL(tab_ib_ecs_dat_c(k).bill_to_state,''),
    bill_to_country =NVL(tab_ib_ecs_dat_c(k).bill_to_country,''),
    bill_to_city = NVL(tab_ib_ecs_dat_c(k).bill_to_city,''),
    bill_to_location =  NVL(tab_ib_ecs_dat_c(k).bill_to_location,''),
    ship_to_customer_name=NVL(tab_ib_ecs_dat_c(k).ship_to_company_name,''),
    ship_to_site_id = NVL(tab_ib_ecs_dat_c(k).ship_to_site_id,''),
    ship_to_state =NVL(tab_ib_ecs_dat_c(k).ship_to_state,''),
    ship_to_country=NVL(tab_ib_ecs_dat_c(k).ship_to_country,''),
    ship_to_city =NVL(tab_ib_ecs_dat_c(k).ship_to_city,''),
    ship_to_location= NVL(tab_ib_ecs_dat_c(k).ship_to_location,''),
      ship_to_pin_code= NVL(tab_ib_ecs_dat_c(k).ship_to_pin_code,''),
      bill_to_pin_code=NVL(tab_ib_ecs_dat_c(k).bill_to_pin_code,''),
      ship_to_number=NVL(tab_ib_ecs_dat_c(k).ship_to_number,''),
      bill_to_number= NVL(tab_ib_ecs_dat_c(k).bill_to_number,''),
      customer_number= NVL(tab_ib_ecs_dat_c(k).customer_number,''),
      ea_license_number= NVL(tab_ib_ecs_dat_c(k).ea_license_number,''),
      ea_va_sales_order_number= NVL(tab_ib_ecs_dat_c(k).ea_va_sales_order_num,''),
      parent_instance_id=NVL(tab_ib_parent_dat(i).instance_id,''),
      parent_y_n='C',
      process_flag='N',
      error_code= NULL,
      error_details= NULL,
      request_id=v_request_id,
      created_by=v_created_by,
      creation_date= SYSDATE,
      last_updated_by=v_created_by,
      last_update_date=SYSDATE,
      last_update_login= v_last_update_login,
      eai_process_flag='N',
      master_organization_name=NVL(tab_ib_ecs_dat_c(k).master_organization_name,''),
      system_id= NVL(tab_ib_ecs_dat_c(k).system_id,''),
      system_name= NVL(tab_ib_ecs_dat_c(k).system_name,''))
      WHERE instance_id  = NVL(tab_ib_ecs_dat_c(k).instance_id,'');
      END IF; --V_COUNT

    Performing a COUNT to check the existence of data is plain WRONG. Never do that. You need to be using MERGE statement. Like this. And possibly you should not be using collection and performing it with direct SQL.
    merge into apps.xxcsi_trex_ob_ecs_mhm t1
    using (
            select nvl(tab_ib_ecs_dat_c(k).instance_id,'')                       instance_id
                 , nvl(tab_ib_ecs_dat_c(k).instance_number,'')                   instance_number
                 , nvl(tab_ib_ecs_dat_c(k).inventory_item_id,'')                 inventory_item_id
                 , nvl(tab_ib_ecs_dat_c(k).segment1,'')                          unit
                 , nvl(tab_ib_ecs_dat_c(k).description,'')                       unit_name
                 , nvl(tab_ib_ecs_dat_c(k).master_organization_id,'')            master_organization_id
                 , nvl(tab_ib_ecs_dat_c(k).serial_number,'')                     serial_number
                 , nvl(tab_ib_ecs_dat_c(k).quantity,'')                          quantity
                 , nvl(tab_ib_ecs_dat_c(k).uom,'')                               uom
                 , nvl(tab_ib_ecs_dat_c(k).active_start_date,'')                 active_start_date
                 , nvl(tab_ib_ecs_dat_c(k).active_end_date,'')                   active_end_date
                 , nvl(tab_ib_ecs_dat_c(k).install_date,'')                      install_date
                 , nvl(tab_ib_ecs_dat_c(k).obj_version_num,'')                   object_version_number
                 , nvl(tab_ib_ecs_dat_c(k).last_vld_organization_id,'')          last_vld_organization_id
                 , nvl(tab_ib_ecs_dat_c(k).pre_registration_location,'')         pre_registration_location
                 , nvl(tab_ib_ecs_dat_c(k).order_header_id,'')                   order_header_id
                 , nvl(tab_ib_ecs_dat_c(k).order_number,'')                      order_number
                 , nvl(tab_ib_ecs_dat_c(k).order_line_id,'')                     order_line_id
                 , nvl(tab_ib_ecs_dat_c(k).actual_shipment_date,'')              pre_registration_date
                 , nvl(tab_ib_ecs_dat_c(k).email_address,'')                     pre_registration_operator
                 , nvl(tab_ib_ecs_dat_c(k).bill_to_company_name,'')              bill_to_customer_name
                 , nvl(tab_ib_ecs_dat_c(k).bill_to_site_id,'')                   bill_to_site_id
                 , nvl(tab_ib_ecs_dat_c(k).bill_to_state,'')                     bill_to_state
                 , nvl(tab_ib_ecs_dat_c(k).bill_to_country,'')                   bill_to_country
                 , nvl(tab_ib_ecs_dat_c(k).bill_to_city,'')                      bill_to_city
                 , nvl(tab_ib_ecs_dat_c(k).bill_to_location,'')                  bill_to_location
                 , nvl(tab_ib_ecs_dat_c(k).ship_to_company_name,'')              ship_to_customer_name
                 , nvl(tab_ib_ecs_dat_c(k).ship_to_site_id,'')                   ship_to_site_id
                 , nvl(tab_ib_ecs_dat_c(k).ship_to_state,'')                     ship_to_state
                 , nvl(tab_ib_ecs_dat_c(k).ship_to_country,'')                   ship_to_country
                 , nvl(tab_ib_ecs_dat_c(k).ship_to_city,'')                      ship_to_city
                 , nvl(tab_ib_ecs_dat_c(k).ship_to_location,'')                  ship_to_location
                 , nvl(tab_ib_ecs_dat_c(k).ship_to_pin_code,'')                  ship_to_pin_code
                 , nvl(tab_ib_ecs_dat_c(k).bill_to_pin_code,'')                  bill_to_pin_code
                 , nvl(tab_ib_ecs_dat_c(k).ship_to_number,'')                    ship_to_number
                 , nvl(tab_ib_ecs_dat_c(k).bill_to_number,'')                    bill_to_number
                 , nvl(tab_ib_ecs_dat_c(k).customer_number,'')                   customer_number
                 , nvl(tab_ib_ecs_dat_c(k).ea_license_number,'')                 ea_license_number
                 , nvl(tab_ib_ecs_dat_c(k).ea_va_sales_order_num,'')             ea_va_sales_order_number
                 , nvl(tab_ib_parent_dat(i).instance_id,'')                      parent_instance_id
                 , 'C'                                                           parent_y_n
                 , 'N'                                                           process_flag
                 , null                                                          error_code
                 , null                                                          error_details
                 , v_request_id                                                  request_id
                 , v_created_by                                                  created_by
                 , sysdate                                                       creation_date
                 , v_created_by                                                  last_updated_by
                 , sysdate                                                       last_update_date
                 , v_last_update_login                                           last_update_login
                 , 'N'                                                           eai_process_flag
                 , nvl(tab_ib_ecs_dat_c(k).master_organization_name,'')          master_organization_name
                 , nvl(tab_ib_ecs_dat_c(k).system_id,'')                         system_id
                 , nvl(tab_ib_ecs_dat_c(k).system_name,'')                       system_name
              from dual
          ) t2
       on (
             t1.instance_id = t2.instance_id
    when matched then
         update
            set instance_number                   = t2.instance_number
                inventory_item_id                 = t2.inventory_item_id
                unit                              = t2.unit
                unit_name                         = t2.unit_name
                master_organization_id            = t2.master_organization_id
                serial_number                     = t2.serial_number
                quantity                          = t2.quantity
                uom                               = t2.uom
                active_start_date                 = t2.active_start_date
                active_end_date                   = t2.active_end_date
                install_date                      = t2.install_date
                object_version_number             = t2.object_version_number
                last_vld_organization_id          = t2.last_vld_organization_id
                pre_registration_location         = t2.pre_registration_location
                order_header_id                   = t2.order_header_id
                order_number                      = t2.order_number
                order_line_id                     = t2.order_line_id
                pre_registration_date             = t2.pre_registration_date
                pre_registration_operator         = t2.pre_registration_operator
                bill_to_customer_name             = t2.bill_to_customer_name
                bill_to_site_id                   = t2.bill_to_site_id
                bill_to_state                     = t2.bill_to_state
                bill_to_country                   = t2.bill_to_country
                bill_to_city                      = t2.bill_to_city
                bill_to_location                  = t2.bill_to_location
                ship_to_customer_name             = t2.ship_to_customer_name
                ship_to_site_id                   = t2.ship_to_site_id
                ship_to_state                     = t2.ship_to_state
                ship_to_country                   = t2.ship_to_country
                ship_to_city                      = t2.ship_to_city
                ship_to_location                  = t2.ship_to_location
                ship_to_pin_code                  = t2.ship_to_pin_code
                bill_to_pin_code                  = t2.bill_to_pin_code
                ship_to_number                    = t2.ship_to_number
                bill_to_number                    = t2.bill_to_number
                customer_number                   = t2.customer_number
                ea_license_number                 = t2.ea_license_number
                ea_va_sales_order_number          = t2.ea_va_sales_order_number
                parent_instance_id                = t2.parent_instance_id
                parent_y_n                        = t2.parent_y_n
                process_flag                      = t2.process_flag
                error_code                        = t2.error_code
                error_details                     = t2.error_details
                request_id                        = t2.request_id
                created_by                        = t2.created_by
                creation_date                     = t2.creation_date
                last_updated_by                   = t2.last_updated_by
                last_update_date                  = t2.last_update_date
                last_update_login                 = t2.last_update_login
                eai_process_flag                  = t2.eai_process_flag
                master_organization_name          = t2.master_organization_name
                system_id                         = t2.system_id
                system_name                       = t2.system_name
    when not matched then
         insert
            instance_id
          , instance_number
          , inventory_item_id
          , unit
          , unit_name
          , master_organization_id
          , serial_number
          , quantity
          , uom
          , active_start_date
          , active_end_date
          , install_date
          , object_version_number
          , last_vld_organization_id
          , pre_registration_location
          , order_header_id
          , order_number
          , order_line_id
          , pre_registration_date
          , pre_registration_operator
          , bill_to_customer_name
          , bill_to_site_id
          , bill_to_state
          , bill_to_country
          , bill_to_city
          , bill_to_location
          , ship_to_customer_name
          , ship_to_site_id
          , ship_to_state
          , ship_to_country
          , ship_to_city
          , ship_to_location
          , ship_to_pin_code
          , bill_to_pin_code
          , ship_to_number
          , bill_to_number
          , customer_number
          , ea_license_number
          , ea_va_sales_order_number
          , parent_instance_id
          , parent_y_n
          , process_flag
          , error_code
          , error_details
          , request_id
          , created_by
          , creation_date
          , last_updated_by
          , last_update_date
          , last_update_login
          , eai_process_flag
          , master_organization_name
          , system_id
          , system_name
         values
            t2.instance_id
          , t2.instance_number
          , t2.inventory_item_id
          , t2.unit
          , t2.unit_name
          , t2.master_organization_id
          , t2.serial_number
          , t2.quantity
          , t2.uom
          , t2.active_start_date
          , t2.active_end_date
          , t2.install_date
          , t2.object_version_number
          , t2.last_vld_organization_id
          , t2.pre_registration_location
          , t2.order_header_id
          , t2.order_number
          , t2.order_line_id
          , t2.pre_registration_date
          , t2.pre_registration_operator
          , t2.bill_to_customer_name
          , t2.bill_to_site_id
          , t2.bill_to_state
          , t2.bill_to_country
          , t2.bill_to_city
          , t2.bill_to_location
          , t2.ship_to_customer_name
          , t2.ship_to_site_id
          , t2.ship_to_state
          , t2.ship_to_country
          , t2.ship_to_city
          , t2.ship_to_location
          , t2.ship_to_pin_code
          , t2.bill_to_pin_code
          , t2.ship_to_number
          , t2.bill_to_number
          , t2.customer_number
          , t2.ea_license_number
          , t2.ea_va_sales_order_number
          , t2.parent_instance_id
          , t2.parent_y_n
          , t2.process_flag
          , t2.error_code
          , t2.error_details
          , t2.request_id
          , t2.created_by
          , t2.creation_date
          , t2.last_updated_by
          , t2.last_update_date
          , t2.last_update_login
          , t2.eai_process_flag
          , t2.master_organization_name
          , t2.system_id
          , t2.system_name

  • I cannot install Creative Suite 5.5 on my Windows 7 Professional. I keep getting error message: "Exit Code: 15 - Media DB sync failed". I have disabled UAC and Startup items and Services with no luck. Can you please help?

    I cannot install Creative Suite 5.5 on my Windows 7 Professional. I keep getting error message: "Exit Code: 15 - Media DB sync failed". I have disabled UAC and Startup items and Services with no luck. Can you please help?

    I am sorry Erickkasner but there is no longer direct support provided for Creative Suite 5.5 installation issues.
    You are welcome to post any specific errors you are able to discover within your installation log to this discussion.  Since you are using Windows then Exit Code 15 could mean one of the following:
    Installer database is corrupted
    Update pending to your operating system
    Improper permissions set for the Media.db
    The installation log file should provide additional insight into the exact error you are experiencing.  Please make sure to use the find command to look for the words 'ERROR' and 'FATAL' to locate the relevant error messages.

  • TS3694 Hi, i'm trying to update my iphone but this is the msg i'm getting, can you please help me. thank you. "the iphone ''C & M '' could not be restored. An unknown error occurred (3194)"

    Hi, i'm trying to update my iphone but this is the msg i'm getting, can you please help me. thank you. "the iphone ''C & M '' could not be restored. An unknown error occurred (3194)"

    http://support.apple.com/kb/TS3694#error3194
    This means that either your firewall/antivirus is blocking access to Apple's servers, or you have used your computer to jailbreak an iDevice in the past. The link above tells you how to resolve this issue.

  • TS1702 Hi, I getting a "playback error message" on youtube App. I tried to reinstall the app and to reset and restore the device and all these things didn't help.can you please help me

    Hi, I getting a "playback error message" on youtube App. I tried to reinstall the app and to reset and restore the device and all these things didn't help.can you please help me

    That's a peculiar one to get in the context of a QuickTime uninstall.
    Which particular version of QuickTime for Windows are you currently running? (7.7.5, 7.7.4, something earlier?)

  • While trying to update Adobe Reader XI 10.0.06 to 10.0.07 on my laptop running W7 Home Premium x 64, I get error message 2203. The same occurs if I try to uninstall before manually install the new version. Can you please help?

    Hello,
    While trying to update Adobe Reader XI 10.0.06 to 10.0.07 on my laptop running W7 Home Premium x 64, I get error message 2203. The same occurs if I try to uninstall before manually install the new version. Can you please help?
    PS.- Thank you very much for your Support in trying to solve a problem created by yourselves.
    Message was edited by: Juan Verano

    Is there anything else beside the number 2203?
    Try removing the current Reader using http://labs.adobe.com/downloads/acrobatcleaner.html, then install 11.0.07 from http://get.adobe.com/reader/enterprise/

  • HT201401 I am using iphone 3s after updating my phone it is not reading the sim i tried with different sim's but none worked can you please help me

    I am using iphone 3s after updating my phone it is not reading the sim i tried with different sim's but none worked can you please help me

    There is no iPhone 3s.
    What is displaying on the device?
    Has the device ever been hacked or jailbroken?

  • HT201210 i keep getting errors while i try to restore my iphone. can you please help?

    Hello. I wanted to restore my iphone but i keep getting errors while i'm at it. 1015 and some others. It is still in recovery mode and i cannot seem to solve anything. Can you please help? I have an iphone 3G which used to work on iOS 4.2.1. Thanks

    ERROR 1015...
    This Error Code is indicative of the Device being jailbroken / Hacked...
    Unauthorized modification of iOS  >  http://support.apple.com/kb/HT3743
    Sorry... But...
    The discussion of Jailbroken Devices is against the Terms of Use of this Forum.
    You will need to look elsewhere.

  • I wanted to update my itunes and it didn't update and now it wont open so i had to uninstall it and it wont install now at all can you please help?

    Hi
    I turned on my laptop this evening to import a new cd but it asked me if i wanted to download the new version of itunes so i went ahead to update it but it failed to update then it failed to open at all, and and runtime error keeps popping up but when i uninstalled it to reinstall it it wont install now and i cant use my ipod or ipad with my laptop without itunes and i never had this problem at all. can you please help?

    Hey maryncomiskey,
    Thanks for the question. I understand you are experiencing issues with the latest iTunes update. The following resource may help to resolve your issue:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Additional Information:
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    http://support.apple.com/kb/TS1567
    Thanks,
    Matt M.

  • Can you please help me how resolved this issue.

    Hi Experts
    I am trying to connect LDAP by R/3 system. R/3 system connected to LDAP but when I am trying to find and pull the fileds in the "Find in the Directolry" option I am getting below error.
    LDAPRC 010 another server is referenced.
    Can you please help me how resolved this issue.
    With Regards,
    Trinadh Bokka

    You may be able to solve by using
    Note 1151329 - Depth of LDAP search is only one level below the base entry
    Markus

  • Hey guy can you please help me with this issue PLEASE!

    Hey Apple can you please help me with this issue, i have a iPhone 3gs and when i put my sim card into the iPhone it makes iphone 3gs shut down suddenly how do i fix that?
    iPhone version: 6.0.1
    service provider: Vodafone nz

    You could restarting your phone that sometimes fixes issues
    Hold down the Sleep/Wake button and the home button together until the apple logo appears (ignore the ON/OFF slider) then let both buttons go and wait for phone to restart (no data will be lost).

  • I payed for my creative cloud membership 9.99 / monthe. bought it this morning. I was able to download Lr, but not Ps. I am wondering why is asking me to pay antoher 9.99 if I got the student deal. Can you please help. thank you.

    I payed for my creative cloud membership at 9.99/mo. I got it this morning. I was able to download Lr, but not able to download Ps. is asking me to pay again. Why is that, because I got the student packet deal. Can you please help.

    Mariacazarez what is the exact error message you receive when you try to download and install Photoshop?  For information on how to install the Adobe Creative applications included with your membership please see Install and update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html.

  • I have restored my iphone and its saying time remaining is about 24 hours can you please help. can i switch the phone back on ? please help ??? :(

    after there being an error in trying to update the software it said i have to restore my phone which i have done but says time remaining is about 24 hours . can you please help ? i just want to switch my phone on again .

    Hello lyndsey1430,
    From what I can gather, it sounds like you're having issues restoring your device. After reviewing your post, I have located an article that can help in this situation. It contains helpful advice concerning recovery mode:
    If you can't update or restore your iPhone, iPad, or iPod touch
    Use recovery mode
    You might need to use recovery mode to restore your device in these cases:
    iTunes doesn't recognize your device or says it's in recovery mode.
    You see the Apple logo onscreen for several minutes with no progress bar.
    You see the Connect to iTunes screen.
    Learn what to do if you see the progress bar onscreen for several minutes.
    To put your device into recovery mode, follow these steps:
    Turn off your device and leave it off.
    Plug in your device's USB cable to a computer with iTunes. 
    Hold down the Home button on your device as you connect the USB cable. Keep holding down the Home button until you see the Connect to iTunes screen.
    When you see this screen, release the Home button. If you don't see this screen, try steps 1 through 3 again. 
    When your device is connected, iTunes will open. You'll see a message saying that iTunes has detected an iPhone, iPad, or iPod touch in recovery mode.
    Use iTunes to restore your device. Restoring in recovery mode will erase your device. If you previously synced with iTunes or iCloud, you might be able to restore from your backup.
    Get more help
    Learn what to do if you don't see your device in iTunes for OS X, or in iTunes for Windows.
    If you put your device into recovery mode by mistake, restart it. Or you can wait 15 minutes and your device will exit recovery mode by itself.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • O a bios password, after 3 attempts a get an err CNU937C6XS can you please help me? Thank you! you!

    Hi, i bought an hp mini 110 at a pawn shop. but it has a bios password, after 3 attempts a get an error message system halt and CNU9341LSH can you please help me? Thank you!

    Bobby.
    CLICK ON THIS.
    http://h30434.www3.hp.com/t5/Notebook-Operating-Systems-and-Software/Hi-Please-help-unlock-compaq-mi...
    REO
    HP Expert Tester "Now testing HP Pavilion 15t i3-4030U Win8.1, 6GB RAM and 750GB HDD"
    Loaner Program”HP Split 13 x2 13r010dx i3-4012Y Win8.1, 4GB RAM and 500GB Hybrid HDD”
    Microsoft Registered Refurbisher
    Registered Microsoft Partner
    Apple Certified Macintosh Technician Certification in progress.

  • HT4528 My IPhone Bugged out/It is currently in the reset mode. I need to exchange all of my contacts from my Yahoo acct. to my new IPHONE. Can you please help me?

    Hello ,
    I purchased my IPHONE about 2 months ago. I am visiting family in DE & this tuesday it starting to go off & on by itself. Then the icons looked like they were floating . Then I could not call or text . The SIRI device would not work. Then it would shut down then the apple icon would reappear. I took it to a verizon dealer in Rehoboth DE & they said it BUGGED OUT/It is in a RESTORE MODE. It will not turn on. We could not transfer anny of my pics or contacts. I never even had a chance to back up the memory on ITUNES.
    The tech @ Verizon said to contact APPLE to trouble shoot and try and transfer the contacts from my yahoo acct.
    Can you please help?
    Gina

    set up your yahoo account in mail, contacts, calendars as an Exchange Account and you should be able to get your contacts from Yahoo from there.

Maybe you are looking for

  • MySQL - how can I change an IP address restriction for a user [solved]

    I'm getting "Host ... is not allowed to connect to this MySQL server" when attempting to connect to mysql.  I read this guide which gives a solution but I have no idea how to physically implement the solution. You can fix this by setting up an accoun

  • Trouble with Videora Converter

    I tried using the videora iPod Converter and it got stuck on the Transcoding step. It says it is 100% done but it keeps going, and adding frames. Any idea how long this takes, or if i should just start over?

  • Vst embedded in java application?

    hi I am writing here because I was redirected. I would like to know if it is possibile and where to find information and resources to do this: calling a vst virtual instrument from a java application displaying it in a frame and controlling it by cal

  • Ipod making weird noises and not working

    Ok so I recently have been having problems connecting my ipod to my computer. I plug it in to the usb cable, with itunes up. The ipod goes to the do not disconnect screen and itunes freezes. It stays like that and nothing changes. While this is happe

  • Error 523 Help!!!

    Hi there, I recently bought a curve. I've been using it for past 3 months. I haven't installed any applications. I arrived abroad and put in a local sim It's been working fine for past 2 weeks, changing from my sim to the local sim Today I swapped si